diff options
author | expo <expo@expobox.potato.hut> | 2011-09-01 01:50:51 +0200 |
---|---|---|
committer | expo <expo@expobox.potato.hut> | 2011-09-01 01:50:51 +0200 |
commit | 4def1aece2eb713c90ea3cec027c40458f20c8ed (patch) | |
tree | c3c03ababaa6623d03fd572a64d819217252b901 /localsettingsubuntu.py | |
parent | c944fdcf5e88ad8d9b53cc975fa252aa4456d70e (diff) | |
download | troggle-4def1aece2eb713c90ea3cec027c40458f20c8ed.tar.gz troggle-4def1aece2eb713c90ea3cec027c40458f20c8ed.tar.bz2 troggle-4def1aece2eb713c90ea3cec027c40458f20c8ed.zip |
Remove old ref to goatchurch in localconfig
Diffstat (limited to 'localsettingsubuntu.py')
-rw-r--r-- | localsettingsubuntu.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localsettingsubuntu.py b/localsettingsubuntu.py index 79d5db9..d3457c7 100644 --- a/localsettingsubuntu.py +++ b/localsettingsubuntu.py @@ -42,7 +42,7 @@ TINY_MCE_MEDIA_ROOT = '/usr/share/tinymce/www/' TINY_MCE_MEDIA_URL = URL_ROOT + DIR_ROOT + 'tinymce_media/' TEMPLATE_DIRS = ( - "/home/goatchurch/expoweb/troggle/templates", + "/home/expo/expofiles/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. |