mirror of
https://github.com/Damillora/Altessimo
synced 2024-11-22 05:57:31 +00:00
More settings
This commit is contained in:
parent
6d92aeca74
commit
fdbc1e7560
1
.gitignore
vendored
1
.gitignore
vendored
@ -129,3 +129,4 @@ dmypy.json
|
|||||||
.pyre/
|
.pyre/
|
||||||
|
|
||||||
altessimo/production.py
|
altessimo/production.py
|
||||||
|
static/
|
||||||
|
@ -123,6 +123,4 @@ USE_TZ = True
|
|||||||
|
|
||||||
STATIC_URL = '/static/'
|
STATIC_URL = '/static/'
|
||||||
|
|
||||||
STATICFILES_DIRS = [
|
STATIC_ROOT = BASE_DIR / 'static'
|
||||||
BASE_DIR / "static",
|
|
||||||
]
|
|
||||||
|
Loading…
Reference in New Issue
Block a user