mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 15:21:52 +00:00
[svn] Remove MEDIA_ROOT from settings.py because it belongs in local settings, and comment out urlconf line for unfinished edit form which I haven't checked in.
Copied from http://cucc@cucc.survex.com/svn/trunk/expoweb/troggle/, rev. 8082 by aaron @ 12/8/2008 5:10 AM
This commit is contained in:
parent
29984ff15a
commit
c06585b3e8
@ -30,7 +30,6 @@ USE_I18N = True
|
|||||||
# Absolute path to the directory that holds media.
|
# Absolute path to the directory that holds media.
|
||||||
# Example: "/home/media/media.lawrence.com/"
|
# Example: "/home/media/media.lawrence.com/"
|
||||||
# MOVED TO LOCALSETTINGS
|
# MOVED TO LOCALSETTINGS
|
||||||
MEDIA_ROOT = 'C:/Expo/expoweb/troggle/media/'
|
|
||||||
|
|
||||||
# URL that handles the media served from MEDIA_ROOT. Make sure to use a
|
# 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).
|
# trailing slash if there is a path component (optional in other cases).
|
||||||
|
2
urls.py
2
urls.py
@ -9,7 +9,7 @@ urlpatterns = patterns('',
|
|||||||
(r'^cave/$', caveindex),
|
(r'^cave/$', caveindex),
|
||||||
(r'^cave/(?P<cave_id>[^/]+)/$', cave),
|
(r'^cave/(?P<cave_id>[^/]+)/$', cave),
|
||||||
(r'^cave/(?P<cave_id>[^/]+)/(?P<ent_letter>[^/]?)$', ent),
|
(r'^cave/(?P<cave_id>[^/]+)/(?P<ent_letter>[^/]?)$', ent),
|
||||||
(r'^cave/(?P<cave_id>[^/]+)/edit/$', edit_cave),
|
#(r'^cave/(?P<cave_id>[^/]+)/edit/$', edit_cave),
|
||||||
(r'^cavesearch/$', caveSearch),
|
(r'^cavesearch/$', caveSearch),
|
||||||
|
|
||||||
(r'^survex/(?P<survex_file>.*)\.index$', index),
|
(r'^survex/(?P<survex_file>.*)\.index$', index),
|
||||||
|
Loading…
Reference in New Issue
Block a user