diff --git a/.gitignore b/.gitignore index 72364f9..def0177 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,10 @@ __pycache__/ # C extensions *.so +# sqlite db +*.db +*.sqlite + # Distribution / packaging .Python env/ diff --git a/.idea/django-separate-users.iml b/.idea/django-separate-users.iml index ae71067..9b03fd8 100644 --- a/.idea/django-separate-users.iml +++ b/.idea/django-separate-users.iml @@ -1,11 +1,22 @@ + + + + + + - + + @@ -100,21 +185,14 @@ true DEFINITION_ORDER - -