funkwhale/api/config/settings
Georg Krause dcf970d0c6 fix(api): Fix password reset via email
The original serializes assumes if allauth is installed, its also used
for the token generation. Thats not the case for us, so we need to
overwrite this behavior
2023-08-31 19:47:52 +02:00
..
__init__.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
common.py fix(api): Fix password reset via email 2023-08-31 19:47:52 +02:00
local.py feat(dev): Add and enable django-extensions for debugging 2023-07-27 11:26:49 +00:00
production.py refactor: upgrade code to >=python3.7 (pre-commit) 2022-11-23 22:08:55 +00:00
testing.py test(api): lint code using pylint 2023-01-29 12:47:02 +00:00