Add initial fixture
This commit is contained in:
parent
f60592d37b
commit
3655d957ca
2 changed files with 11 additions and 1 deletions
10
photo21/fixtures/initial.json
Normal file
10
photo21/fixtures/initial.json
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
[
|
||||||
|
{
|
||||||
|
"model": "sites.site",
|
||||||
|
"pk": 1,
|
||||||
|
"fields": {
|
||||||
|
"domain": "photos.crans.org",
|
||||||
|
"name": "Serveur photos"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
@ -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:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue