| .. |
|
__init__.py
|
version 0.0.1: add project, model user and api
|
2019-08-07 16:10:23 +03:00 |
|
authentication.py
|
added custom JWT authentication
|
2019-08-29 09:43:31 +03:00 |
|
exceptions.py
|
refactored apps account, authorization, news, utils
|
2019-09-12 14:44:49 +03:00 |
|
filters.py
|
version 0.0.1: add project, model user and api
|
2019-08-07 16:10:23 +03:00 |
|
methods.py
|
GM-25: Получение главной зоны
|
2019-09-13 18:08:36 +03:00 |
|
middleware.py
|
Added CORSMiddleware
|
2019-09-10 15:01:10 +03:00 |
|
models.py
|
Elasticsearch: establishment address. Filter by country_id, country_code
|
2019-09-17 17:33:07 +03:00 |
|
oauth2.py
|
version 0.0.21: added endpoints to reset password, added endpoint to finish signing up, move some tasks to celery, added templates
|
2019-08-20 11:10:07 +03:00 |
|
pagination.py
|
version 0.0.1: add project, model user and api
|
2019-08-07 16:10:23 +03:00 |
|
permissions.py
|
refactored: login, logout, refresh token, change email, confirm email, reset password endpoints
|
2019-09-04 12:42:23 +03:00 |
|
querysets.py
|
GM-70: Добавить пагинацию комментариев в карточке ресторанов
|
2019-09-09 13:12:48 +03:00 |
|
serializers.py
|
refactored: login, logout, refresh token, change email, confirm email, reset password endpoints
|
2019-09-04 12:42:23 +03:00 |
|
tokens.py
|
added redirect for ConfirmEmail and ResetPassword
|
2019-09-11 18:53:02 +03:00 |
|
validators.py
|
replace image field with svg_image field, added validator, and change serializer
|
2019-08-26 17:39:03 +03:00 |
|
views.py
|
fixed cookie settings for stage server
|
2019-09-18 11:28:00 +03:00 |