1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-06-24 20:20:31 +02:00

Index page

This commit is contained in:
Yohann D'ANELLO
2020-04-29 07:39:52 +02:00
parent 0ba38311c7
commit 264f2b7e6b
18 changed files with 879 additions and 4 deletions

View File

@ -144,3 +144,11 @@ LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
# https://docs.djangoproject.com/en/3.0/howto/static-files/
STATIC_URL = '/static/'
STATICFILES_DIRS = [
os.path.join(BASE_DIR, "static"),
]
MEDIA_URL = '/media/'
MEDIA_ROOT = os.path.join(BASE_DIR, "media")