- Timestamp:
- 02/22/12 23:10:20 (15 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/jsnyder/trunk/tools/cornetApps/settings.py
r11023 r11028 64 64 # URL prefix for static files. 65 65 # Example: "http://media.lawrence.com/static/" 66 67 66 STATIC_URL = 'http://cornet.wireless.vt.edu/~webdemo/django/static/' #webserver 68 67 #STATIC_URL = '/static/' 69 68 69 #Login redirect url that directs user to next page after logging in 70 LOGIN_REDIRECT_URL = '/ossie' 70 71 71 72 # URL prefix for admin static files -- CSS, JavaScript and images.