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

Attempting reasonable default for STATIC_ROOT

parent 44470b95
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__)) ...@@ -41,7 +41,7 @@ SITE_ROOT = os.path.dirname(os.path.realpath(__file__))
# in apps' "static/" subdirectories and in STATICFILES_DIRS. # in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/var/www/example.com/static/" # Example: "/var/www/example.com/static/"
# Use 'python manage.py collectstatic' to put stuff into here # Use 'python manage.py collectstatic' to put stuff into here
STATIC_ROOT = '/somewhere/VIPSWeb/static' STATIC_ROOT = SITE_ROOT + '/static'
# Make this unique, and don't share it with anybody. # Make this unique, and don't share it with anybody.
SECRET_KEY = '#### HIDDEN ###' SECRET_KEY = '#### HIDDEN ###'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment