umap/umap
2024-08-30 12:37:48 -04:00
..
bin [style] Format the code 2023-11-24 23:31:18 +01:00
locale i18n 2024-08-03 07:37:20 +02:00
management refactor(sync): rename ws.py to websocket_server.py 2024-06-07 18:21:30 +02:00
migrations chore: remove logo_url from Team model 2024-08-30 10:55:26 -04:00
settings feat: display contact infos in the footer 2024-08-29 11:41:11 +02:00
static chore: clean up CSS for buttons in content pages 2024-08-30 11:03:00 -04:00
templates chore: display user’s teams with a table 2024-08-30 11:12:36 -04:00
templatetags fix: hide delete button for editors in dashboard 2024-04-16 11:32:00 +02:00
tests lint: fix imports order 2024-08-30 12:34:04 -04:00
__init__.py 2.5.1 2024-07-12 19:01:42 +02:00
admin.py chore: add Team to django admin 2024-08-30 10:55:46 -04:00
apps.py Prepare for Django 4.x 2023-02-22 15:19:38 +01:00
autocomplete.py [style] Format the code 2023-11-24 23:31:18 +01:00
context_processors.py feat: display contact infos in the footer 2024-08-29 11:41:11 +02:00
decorators.py chore: use our own Team model 2024-08-30 15:53:18 +02:00
fields.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
forms.py chore: remove logo_url from Team model 2024-08-30 10:55:26 -04:00
managers.py [style] Format the code 2023-11-24 23:31:18 +01:00
middleware.py [style] Format the code 2023-11-24 23:31:18 +01:00
models.py fix: proper way to test if we have a user 2024-08-30 12:37:48 -04:00
storage.py fix: correct way to replace imports in collecstatic 2024-07-12 19:00:59 +02:00
urls.py lint: fix imports order 2024-08-30 12:34:04 -04:00
utils.py chore: factorize json.dumps in an util function. 2024-03-05 11:25:37 +01:00
views.py chore: remove logo_url from Team model 2024-08-30 10:55:26 -04:00
websocket_server.py tests(sync): Change the way the websocket server is run in the tests 2024-06-07 18:21:30 +02:00
wsgi.py chore: bump ruff 2024-03-05 17:23:49 +01:00