1
0
Fork 0
mirror of https://github.com/Findus23/acronomy.git synced 2024-09-19 15:33:45 +02:00

staticfiles

This commit is contained in:
Lukas Winkler 2020-06-01 12:36:01 +02:00
parent fbc0c63c76
commit 18813f3629
Signed by: lukas
GPG key ID: 54DE4D798D244853

View file

@ -120,6 +120,9 @@ STATICFILES_DIRS = [
os.path.join(BASE_DIR, 'node_modules', '@yaireo', 'tagify', 'dist'),
]
STATIC_ROOT = "/srv/server/acronomy/static"
INTERNAL_IPS = [
'127.0.0.1',
]