|
management
|
docker fixes
|
2020-09-27 17:53:37 +02:00 |
|
migrations
|
migrate bigint ids
|
2023-07-27 23:45:37 +02:00 |
|
__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 |
|
apps.py
|
add apps.py to all apps
|
2023-07-27 19:27:00 +02:00 |
|
celery.py
|
Celery broker_connection_retry_on_startup=True
|
2023-07-27 23:50:01 +02:00 |
|
config.py
|
missing imports and typos
|
2024-04-05 21:20:45 +01: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
|
still load config
|
2020-09-27 18:02:23 +02:00 |
|
oidc.py
|
use preferred_username and fallback to name
|
2024-11-09 17:02:57 +00:00 |
|
tasks.py
|
update to new celery api
|
2023-06-23 16:21:31 +05:30 |
|
utils.py
|
remove future imports
|
2020-05-30 21:23:16 +02:00 |
|
views.py
|
add ocid based login
|
2024-11-08 12:29:35 +00:00 |