Change default site name with project fixture
This commit is contained in:
parent
362880511d
commit
20953ff214
2 changed files with 12 additions and 0 deletions
|
|
@ -160,6 +160,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