Add initial fixture

This commit is contained in:
Alexandre Iooss 2021-10-12 08:49:01 +02:00
parent f60592d37b
commit 3655d957ca
2 changed files with 11 additions and 1 deletions

View file

@ -0,0 +1,10 @@
[
{
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "photos.crans.org",
"name": "Serveur photos"
}
}
]

View file

@ -167,7 +167,7 @@ MEDIA_URL = '/media/'
LOCALE_PATHS = [os.path.join(BASE_DIR, 'photo21/locale')] 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 # Email settings
if DEBUG: if DEBUG: