diff options
author | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
---|---|---|
committer | Wookey <wookey@wookware.org> | 2011-07-11 02:10:22 +0100 |
commit | 78cedb2070c7e9d4e4eb418ecde7b60ba428273f (patch) | |
tree | ee8029e7df8aa2eca5ed9354b2c6e592fc11c96a /localsettingswindows.py | |
parent | cc27334193c9ddbef15855863934dab3f73ccdd4 (diff) | |
download | troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.gz troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.tar.bz2 troggle-78cedb2070c7e9d4e4eb418ecde7b60ba428273f.zip |
remove all the DOS linefeeds
Diffstat (limited to 'localsettingswindows.py')
-rw-r--r-- | localsettingswindows.py | 116 |
1 files changed, 58 insertions, 58 deletions
diff --git a/localsettingswindows.py b/localsettingswindows.py index c5cb682..c9f67e4 100644 --- a/localsettingswindows.py +++ b/localsettingswindows.py @@ -1,58 +1,58 @@ -DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
-DATABASE_NAME = '' # Or path to database file if using sqlite3.
-DATABASE_USER = '' # Not used with sqlite3.
-DATABASE_PASSWORD = '' # Not used with sqlite3.
-DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3.
-DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3.
-
-SURVEX_DATA = 'c:\\Expo\\loser\\'
-CAVERN = 'cavern'
-THREEDTOPOS = '3dtopos'
-EXPOWEB = 'C:\\Expo\\expoweb\\'
-SURVEYS = 'E:\\surveys\\'
-SURVEY_SCANS = 'E:\\surveys\\surveyscans'
-
-EXPOWEB_URL = 'http://expo.survex.com/'
-
-LOGFILE = EXPOWEB+'troggle\\parsing_log.txt'
-
-PHOTOS = 'C:\\Expo\\expoweb\\photos'
-
-URL_ROOT = 'http://127.0.0.1:8000'
-DIR_ROOT = ''#this should end in / if a value is given
-PUBLIC_SITE = False
-
-TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/'
-TINY_MCE_MEDIA_URL = URL_ROOT + DIR_ROOT + 'tinymce_media/'
-
-PYTHON_PATH = 'C:\\expoweb\\troggle\\'
-
-MEDIA_ROOT = 'C:/Expo/expoweb/troggle/media/'
-MEDIA_URL = URL_ROOT + DIR_ROOT + 'site_media/'
-
-#FILES = "http://framos.lawoftheland.co.uk/troggle/survey_files/"
-
-EMAIL_HOST = "smtp.gmail.com"
-
-EMAIL_HOST_USER = "cuccexpo@gmail.com"
-
-EMAIL_HOST_PASSWORD = ""
-
-EMAIL_PORT=587
-
-EMAIL_USE_TLS = True
-
-# URL that handles the media served from MEDIA_ROOT. Make sure to use a
-# trailing slash if there is a path component (optional in other cases).
-# Examples: "http://media.lawrence.com", "http://example.com/media/"
-
-
-
-
-TEMPLATE_DIRS = (
- "C:/Expo/expoweb/troggle/templates",
-
- # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates".
- # Always use forward slashes, even on Windows.
- # Don't forget to use absolute paths, not relative paths.
-)
+DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. +DATABASE_NAME = '' # Or path to database file if using sqlite3. +DATABASE_USER = '' # Not used with sqlite3. +DATABASE_PASSWORD = '' # Not used with sqlite3. +DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. +DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. + +SURVEX_DATA = 'c:\\Expo\\loser\\' +CAVERN = 'cavern' +THREEDTOPOS = '3dtopos' +EXPOWEB = 'C:\\Expo\\expoweb\\' +SURVEYS = 'E:\\surveys\\' +SURVEY_SCANS = 'E:\\surveys\\surveyscans' + +EXPOWEB_URL = 'http://expo.survex.com/' + +LOGFILE = EXPOWEB+'troggle\\parsing_log.txt' + +PHOTOS = 'C:\\Expo\\expoweb\\photos' + +URL_ROOT = 'http://127.0.0.1:8000' +DIR_ROOT = ''#this should end in / if a value is given +PUBLIC_SITE = False + +TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/' +TINY_MCE_MEDIA_URL = URL_ROOT + DIR_ROOT + 'tinymce_media/' + +PYTHON_PATH = 'C:\\expoweb\\troggle\\' + +MEDIA_ROOT = 'C:/Expo/expoweb/troggle/media/' +MEDIA_URL = URL_ROOT + DIR_ROOT + 'site_media/' + +#FILES = "http://framos.lawoftheland.co.uk/troggle/survey_files/" + +EMAIL_HOST = "smtp.gmail.com" + +EMAIL_HOST_USER = "cuccexpo@gmail.com" + +EMAIL_HOST_PASSWORD = "" + +EMAIL_PORT=587 + +EMAIL_USE_TLS = True + +# URL that handles the media served from MEDIA_ROOT. Make sure to use a +# trailing slash if there is a path component (optional in other cases). +# Examples: "http://media.lawrence.com", "http://example.com/media/" + + + + +TEMPLATE_DIRS = ( + "C:/Expo/expoweb/troggle/templates", + + # Put strings here, like "/home/html/django_templates" or "C:/www/django/templates". + # Always use forward slashes, even on Windows. + # Don't forget to use absolute paths, not relative paths. +) |