Changeset - 82dd9e139958
[Not reviewed]
tip default
0 1 0
Branko Majic (branko) - 12 years ago 2013-08-29 09:10:04
branko@majic.rs
DMT-1: Add project-specific directory with static files.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general) First comment
project/project_name/settings/base.py
Show inline comments
 
@@ -46,6 +46,7 @@ STATIC_URL = '/static/'
 

	
 
# Additional locations of static files
 
STATICFILES_DIRS = (
 
    path.normpath(path.join(PROJECT_ROOT, "static")),
 
    # Put strings here, like "/home/html/static" or "C:/www/django/static".
 
    # Always use forward slashes, even on Windows.
 
    # Don't forget to use absolute paths, not relative paths.
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now