Show
Ignore:
Timestamp:
02/22/12 23:10:20 (15 months ago)
Author:
edent
Message:

Reorganize application structure

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/jsnyder/trunk/tools/cornetApps/settings.py

    r11023 r11028  
    6464# URL prefix for static files. 
    6565# Example: "http://media.lawrence.com/static/" 
    66  
    6766STATIC_URL = 'http://cornet.wireless.vt.edu/~webdemo/django/static/' #webserver 
    6867#STATIC_URL = '/static/' 
    6968 
     69#Login redirect url that directs user to next page after logging in 
     70LOGIN_REDIRECT_URL = '/ossie' 
    7071 
    7172# URL prefix for admin static files -- CSS, JavaScript and images.