1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-20 17:41:55 +02:00

Merge branch 'initial_fixtures' into 'master'

Initial fixtures

See merge request bde/nk20!13
This commit is contained in:
Pierre-antoine Comby
2020-02-22 22:00:36 +01:00
6 changed files with 293 additions and 25 deletions

View File

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