Changeset 10888
- Timestamp:
- 09/26/11 14:11:03 (20 months ago)
- Files:
-
- 1 modified
-
ossiedev/trunk/tools/cornetApps/settings.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/trunk/tools/cornetApps/settings.py
r10880 r10888 14 14 'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. 15 15 #'NAME': 'cornetApps.db', # Or path to database file if using sqlite3. 16 'NAME': '/home/webdemo/cornetApps/cornetApps.db',16 'NAME': '/home/webdemo/cornetApps/cornetApps.db', 17 17 'USER': '', # Not used with sqlite3. 18 18 'PASSWORD': '', # Not used with sqlite3. … … 54 54 MEDIA_URL = '' 55 55 56 <<<<<<< .mine 56 57 57 # Base URL for website to reference anchors 58 58 URL_ROOT = 'http://cornet.wireless.vt.edu/~webdemo/django/' 59 59 60 =======61 # Base URL for website62 URL_ROOT = 'http://cornet.wireless.vt.edu/~webdemo/django/'63 64 >>>>>>> .r1087765 60 # Absolute path to the directory static files should be collected to. 66 61 # Don't put anything in this directory yourself; store your static files