cookiecutter-django/{{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users
2020-01-23 18:10:30 +00:00
..
api Fix code formatting 2020-01-23 18:10:30 +00:00
migrations First pass at running black across the project (#1602) 2018-04-08 17:03:29 -05:00
tests Fix failing mypy tests in users app with django-stubs (#2395) 2020-01-13 01:57:20 +11:00
__init__.py Fix W391 blank line at end of file (#1136) 2017-04-23 01:27:58 +03:00
adapters.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
admin.py Re-write users app tests in pytest style & perform minor refactoring (#1680) 2018-06-27 19:33:38 +03:00
apps.py UsersAppConfig improvements 2019-05-15 20:10:55 -03:00
forms.py Run Black on Travis (#1957) 2019-03-18 17:49:43 +00:00
models.py Re-write users app tests in pytest style & perform minor refactoring (#1680) 2018-06-27 19:33:38 +03:00
tasks.py Refactor Celery integration according to current best practices 2019-04-02 15:40:32 +01:00
urls.py Remove user list view 2019-05-17 22:33:30 +01:00
views.py Update {{cookiecutter.project_slug}}/{{cookiecutter.project_slug}}/users/views.py 2019-07-17 19:31:53 +02:00