cookiecutter-django/{{cookiecutter.repo_name}}/{{cookiecutter.repo_name}}/users
blueness 25b0544c2f fix is_open_for_signup missing param
add a missing param to SocialAccountAdapter.is_open_for_signup
2016-02-16 09:23:57 +08:00
..
migrations Fix User initial migration 2015-07-15 12:40:04 -07:00
tests Fix typo & import in UserFactory 2015-11-14 14:15:00 +01:00
__init__.py Major refractor to move PYTHON_PATH to top-level repo dir 2015-04-26 11:35:46 +05:30
adapter.py fix is_open_for_signup missing param 2016-02-16 09:23:57 +08:00
admin.py Add tests to the admin 2015-08-03 22:48:55 -07:00
models.py Fixed borked User model 2015-08-05 19:53:46 -07:00
urls.py Much cleaner user urls and added get_absolute_url to User 2015-07-15 20:37:38 -07:00
views.py Changed LoginRequiredMixin import 2016-02-04 18:41:03 +00:00