Merge branch 'initial_fixtures' into 'master'
Initial fixtures See merge request bde/nk20!13
This commit is contained in:
commit
c8dd41c1d7
6 changed files with 293 additions and 25 deletions
|
|
@ -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/
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue