Changeset 11029
- Timestamp:
- 02/22/12 23:12:39 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/settingsWeb.py
r10945 r11029 59 59 # in apps' "static/" subdirectories and in STATICFILES_DIRS. 60 60 # Example: "/home/media/media.lawrence.com/static/" 61 62 61 #STATIC_ROOT = '/home/ossie/workspace/cornetApps/static/' 63 62 STATIC_ROOT = 'static/' #webserver … … 65 64 # URL prefix for static files. 66 65 # Example: "http://media.lawrence.com/static/" 67 68 66 STATIC_URL = 'http://cornet.wireless.vt.edu/~webdemo/django/static/' #webserver 69 67 #STATIC_URL = '/static/' 70 68 69 #Login redirect url that directs user to next page after logging in 70 LOGIN_REDIRECT_URL = '/~webdemo/django/ossie' 71 71 72 72 # URL prefix for admin static files -- CSS, JavaScript and images.