Skip to content
Snippets Groups Projects
Commit f1841604 authored by Tor-Einar Skog's avatar Tor-Einar Skog
Browse files

Fixing STATIC_ROOT

parent 29a3a6d5
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/var/www/example.com/static/"
# Use 'python manage.py collectstatic' to put stuff into here
STATIC_ROOT = SITE_ROOT + '/static'
STATIC_ROOT = SITE_ROOT + '../static/'
# Make this unique, and don't share it with anybody.
SECRET_KEY = '#### HIDDEN ###'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment