summaryrefslogtreecommitdiff
path: root/settings.py
diff options
context:
space:
mode:
authorPrabhu Ramachandran2011-11-25 02:24:34 +0530
committerPrabhu Ramachandran2011-11-25 02:24:34 +0530
commitb4023e17d6f97e51ffde740c17d19630b5a9c2d1 (patch)
tree78b015a1d6e9ffa1d4fbf673b6ef21491833b564 /settings.py
parent3375839bfc531329adc45994659be382295038b6 (diff)
downloadonline_test-b4023e17d6f97e51ffde740c17d19630b5a9c2d1.tar.gz
online_test-b4023e17d6f97e51ffde740c17d19630b5a9c2d1.tar.bz2
online_test-b4023e17d6f97e51ffde740c17d19630b5a9c2d1.zip
ENH: First cut of CSS for pages.
This is largely taken from other sites and looks reasonable for now. Also added links to the admin page from the monitor/user_data/grade_user.
Diffstat (limited to 'settings.py')
-rw-r--r--settings.py1
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