1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-21 05:18:26 +02:00

Order tables

This commit is contained in:
Yohann D'ANELLO
2020-05-05 16:04:53 +02:00
parent bfba07b7a2
commit 333b04a01b
4 changed files with 7 additions and 2 deletions

View File

@ -157,6 +157,8 @@ USE_TZ = True
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
FIXTURE_DIRS = [os.path.join(BASE_DIR, "tfjm/fixtures")]
# Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/3.0/howto/static-files/