diff options
Diffstat (limited to 'settings.py')
-rw-r--r-- | settings.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/settings.py b/settings.py index a844324..6cce1cb 100644 --- a/settings.py +++ b/settings.py @@ -96,6 +96,7 @@ STATICFILES_DIRS = ( # 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. + join(CURDIR, 'static'), ) # List of finder classes that know how to find static files in |