Add initial fixture
This commit is contained in:
parent
f60592d37b
commit
3655d957ca
2 changed files with 11 additions and 1 deletions
|
|
@ -167,7 +167,7 @@ MEDIA_URL = '/media/'
|
|||
|
||||
LOCALE_PATHS = [os.path.join(BASE_DIR, 'photo21/locale')]
|
||||
|
||||
FIXTURE_DIRS = [os.path.join(BASE_DIR, 'note_kfet/fixtures')]
|
||||
FIXTURE_DIRS = [os.path.join(BASE_DIR, 'photo21/fixtures')]
|
||||
|
||||
# Email settings
|
||||
if DEBUG:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue