management
|
docker fixes
|
2020-09-27 17:53:37 +02:00 |
migrations
|
db migration
|
2016-02-20 15:15:01 +05:30 |
__init__.py
|
import celery for @shared_tasks
|
2019-07-16 17:36:41 +01:00 |
admin.py
|
drop python2 support, upgrade to django 3
|
2020-05-29 00:25:16 +02:00 |
celery.py
|
move celery into app
|
2019-07-16 12:27:35 +01:00 |
config.py
|
get city not country list
|
2020-05-30 03:13:57 +02:00 |
documentation.py
|
drop python2 support, upgrade to django 3
|
2020-05-29 00:25:16 +02:00 |
models.py
|
drop python2 support, upgrade to django 3
|
2020-05-29 00:25:16 +02:00 |
monkey_patch.py
|
add longer fields to custom user
|
2020-05-30 12:19:02 +02:00 |
tasks.py
|
drop python2 support, upgrade to django 3
|
2020-05-29 00:25:16 +02:00 |
utils.py
|
remove future imports
|
2020-05-30 21:23:16 +02:00 |
views.py
|
python3 only: remove six.moves imports
|
2020-05-29 12:17:18 +02:00 |