Merge branch 'new-passwordless-spike' into 'master'
completed 18.1-18.3 See merge request !10
accounts/__init__.py
0 → 100644
accounts/admin.py
0 → 100644
accounts/apps.py
0 → 100644
accounts/authentication.py
0 → 100644
accounts/models.py
0 → 100644
accounts/tests.py
0 → 100644
accounts/urls.py
0 → 100644
accounts/views.py
0 → 100644
... | ... | @@ -3,4 +3,5 @@ Django==2.1.7 |
selenium==3.141.0 | ||
gunicorn==19.9.0 | ||
psycopg2 | ||
dj_database_url | ||
\ No newline at end of file | ||
dj_database_url | ||
django_mutpy | ||
\ No newline at end of file |
Please register or sign in to comment