Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
whats-open
Commits
ffe390d7
Commit
ffe390d7
authored
Nov 17, 2012
by
Tyler Hallada
Browse files
Specified static root.
parent
adaed59f
Changes
1
Hide whitespace changes
Inline
Side-by-side
whats_open/settings.py
View file @
ffe390d7
...
...
@@ -59,7 +59,7 @@ MEDIA_URL = ''
# Don't put anything in this directory yourself; store your static files
# in apps' "static/" subdirectories and in STATICFILES_DIRS.
# Example: "/home/media/media.lawrence.com/static/"
STATIC_ROOT
=
''
STATIC_ROOT
=
os
.
path
.
join
(
PROJECT_PATH
,
'..'
,
'website'
,
'static'
)
# URL prefix for static files.
# Example: "http://media.lawrence.com/static/"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment