mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2025-12-15 19:47:08 +00:00
remote /expofiles/ now for runserver dev
This commit is contained in:
5
urls.py
5
urls.py
@@ -122,7 +122,10 @@ actualurlpatterns = [
|
||||
|
||||
url(r'^prospecting/(?P<name>[^.]+).png$', prospecting_image, name="prospecting_image"),
|
||||
|
||||
url(r'^expofiles/(?P<filepath>.*)$', view_surveys.expofilessingle, name="single"), # EXPOFILES
|
||||
# use this next alternative if no local copy of expofiles.
|
||||
url(r'^expofiles/(?P<path>.*)$', flatviews.expofiles_redirect, name="expofiles_redirect"), # to expo.survex.com/expofiles
|
||||
url(r'^expofiles/(?P<filepath>.*)$',view_surveys.expofilessingle, name="single"), # local copy of EXPOFILES
|
||||
|
||||
# url(r'^javascript/(?P<filepath>.*)$', view_surveys.cssfilessingle, name="single"), # JSLIB_URL - unused
|
||||
|
||||
# static views not working, removed as a plugin. Use apache instead to serve these:
|
||||
|
||||
Reference in New Issue
Block a user