2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 14:07:14 +00:00

settings.PUBLIC_SITE, login required if public for logbook entry, CRCF middleware

This commit is contained in:
Martin Green
2011-05-02 02:12:26 +01:00
parent 3928609c29
commit 671e946c6d
6 changed files with 12 additions and 3 deletions

View File

@@ -18,6 +18,7 @@ LOGFILE = EXPOWEB+'troggle\\parsing_log.txt'
PHOTOS = 'C:\\Expo\\expoweb\\photos'
URL_ROOT = 'http://127.0.0.1:8000'
PUBLIC_SITE = False
TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/'
TINY_MCE_MEDIA_URL = URL_ROOT + 'tinymce_media/'