Skip to content
Snippets Groups Projects
Unverified Commit 20953ff2 authored by me5na7qbjqbrp's avatar me5na7qbjqbrp
Browse files

Change default site name with project fixture

parent 36288051
No related branches found
No related tags found
1 merge request!13Initial fixtures
Pipeline #7745 passed with stages
in 3 minutes and 4 seconds
[
{
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "localhost",
"name": "La Note Kfet \ud83c\udf7b"
}
}
]
\ No newline at end of file
...@@ -160,6 +160,8 @@ USE_TZ = True ...@@ -160,6 +160,8 @@ USE_TZ = True
LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")] LOCALE_PATHS = [os.path.join(BASE_DIR, "locale")]
FIXTURE_DIRS = [os.path.join(BASE_DIR, "note_kfet/fixtures")]
# Static files (CSS, JavaScript, Images) # Static files (CSS, JavaScript, Images)
# https://docs.djangoproject.com/en/2.2/howto/static-files/ # https://docs.djangoproject.com/en/2.2/howto/static-files/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment