Skip to content
Snippets Groups Projects
Commit 03c72ab2 authored by Carlos Vega's avatar Carlos Vega
Browse files

removed unused function

parent 0885a946
No related branches found
No related tags found
1 merge request!192Feature/add way to change password and PERMISSIONS
...@@ -4,11 +4,6 @@ import datetime ...@@ -4,11 +4,6 @@ import datetime
from datetime import timedelta from datetime import timedelta
from web.algorithm import VerhoeffAlgorithm, LuhnAlgorithm from web.algorithm import VerhoeffAlgorithm, LuhnAlgorithm
import sys
def is_django_migrating():
words = set(['test', 'migrate', 'makemigrations'])
return (words & set(sys.argv))
def is_valid_social_security_number(number): def is_valid_social_security_number(number):
if number is not None and number != '': if number is not None and number != '':
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment