healthchecks/hc/accounts
2018-10-12 10:55:15 +03:00
..
management pruneusers command removes accounts older than 30 days that have never logged in. 2018-05-09 18:53:13 +03:00
migrations Adding missing migrations. Fixes #145 2017-12-27 17:35:05 +02:00
tests Separate sign up and login forms. 2018-10-12 10:55:15 +03:00
__init__.py Initial commit 2015-06-11 22:12:09 +03:00
admin.py Remove allow_tag as it's not needed anymore 2018-04-30 14:49:43 +02:00
backends.py Small tweaks to make sure we don't query accounts_profile multiple times on every request. 2017-08-30 22:18:31 +03:00
forms.py Separate sign up and login forms. 2018-10-12 10:55:15 +03:00
middleware.py Fix tests, lazy-load user's teams. 2018-02-26 12:49:25 +02:00
models.py Setting api key will save it as a byte 2018-04-29 21:57:54 +02:00
urls.py Separate sign up and login forms. 2018-10-12 10:55:15 +03:00
views.py Separate sign up and login forms. 2018-10-12 10:55:15 +03:00