|
|
|
|
@ -18,7 +18,7 @@ urlpatterns = patterns('', |
|
|
|
|
url(r'^expo/search/', ExpositionSearchView.as_view()), |
|
|
|
|
|
|
|
|
|
# country catalog |
|
|
|
|
url(r'^expo/country/$', ExpositionByCountry.as_view()), |
|
|
|
|
url(r'^expo/country/$', ExpositionByCountry.as_view(), {'meta_id':54}), |
|
|
|
|
url(r'^expo/country/(?P<slug>.*)/(?P<year>\d+)/(?P<month>.*)/page/(?P<page>\d+)/$', ExpoCountryCatalog.as_view(), {'meta_id':7}), |
|
|
|
|
url(r'^expo/country/(?P<slug>.*)/(?P<year>\d+)/page/(?P<page>\d+)/$', ExpoCountryCatalog.as_view(), {'meta_id':6}), |
|
|
|
|
url(r'^expo/country/(?P<slug>.*)/page/(?P<page>\d+)/$', ExpoCountryCatalog.as_view(), {'meta_id':5}), |
|
|
|
|
@ -26,7 +26,7 @@ urlpatterns = patterns('', |
|
|
|
|
url(r'^expo/country/(?P<slug>.*)/(?P<year>\d+)/$', ExpoCountryCatalog.as_view(), {'meta_id':6}), |
|
|
|
|
url(r'^expo/country/(?P<slug>.*)/$', ExpoCountryCatalog.as_view(), {'meta_id':5}), |
|
|
|
|
# city catalog |
|
|
|
|
url(r'^expo/city/$', ExpositionByCity.as_view()), |
|
|
|
|
url(r'^expo/city/$', ExpositionByCity.as_view(), {'meta_id':53}), |
|
|
|
|
url(r'^expo/city/(?P<slug>.*)/(?P<year>\d+)/(?P<month>.*)/page/(?P<page>\d+)/$', ExpoCityCatalog.as_view(), {'meta_id':10}), |
|
|
|
|
url(r'^expo/city/(?P<slug>.*)/(?P<year>\d+)/page/(?P<page>\d+)/$', ExpoCityCatalog.as_view(), {'meta_id':9}), |
|
|
|
|
url(r'^expo/city/(?P<slug>.*)/page/(?P<page>\d+)/$', ExpoCityCatalog.as_view(), {'meta_id':8}), |
|
|
|
|
@ -34,7 +34,7 @@ urlpatterns = patterns('', |
|
|
|
|
url(r'^expo/city/(?P<slug>.*)/(?P<year>\d+)/$', ExpoCityCatalog.as_view(), {'meta_id':9}), |
|
|
|
|
url(r'^expo/city/(?P<slug>.*)/$', ExpoCityCatalog.as_view(), {'meta_id':8}), |
|
|
|
|
# theme catalog |
|
|
|
|
url(r'^expo/theme/$', ExpositionByTheme.as_view()), |
|
|
|
|
url(r'^expo/theme/$', ExpositionByTheme.as_view(), {'meta_id':55}), |
|
|
|
|
url(r'^expo/theme/(?P<slug>.*)/country/(?P<country_slug>.*)/(?P<year>\d+)/(?P<month>.*)/page/(?P<page>\d+)/$', ExpoThemeCatalog.as_view(), {'meta_id':44}), |
|
|
|
|
url(r'^expo/theme/(?P<slug>.*)/country/(?P<country_slug>.*)/(?P<year>\d+)/(?P<month>.*)/$', ExpoThemeCatalog.as_view(), {'meta_id':44}), |
|
|
|
|
url(r'^expo/theme/(?P<slug>.*)/country/(?P<country_slug>.*)/(?P<year>\d+)/page/(?P<page>\d+)/$', ExpoThemeCatalog.as_view(), {'meta_id':44}), |
|
|
|
|
@ -63,13 +63,13 @@ urlpatterns = patterns('', |
|
|
|
|
url(r'^expo/tag/(?P<slug>.*)/(?P<year>\d+)/$', ExpoTagCatalog.as_view(), {'meta_id':15}), |
|
|
|
|
url(r'^expo/tag/(?P<slug>.*)/$', ExpoTagCatalog.as_view(), {'meta_id':14}), |
|
|
|
|
# expo additional pages |
|
|
|
|
url(r'^expo/(?P<slug>.*)/statistic/$', ExpositionStatistic.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/price/$', ExpositionPrice.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/program/$', ExpositionProgramme.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/visitors/page/(?P<page>\d+)/$', ExpoVisitors.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/visitors/$', ExpoVisitors.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/members/page/(?P<page>\d+)/$', ExpoMembers.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/members/$', ExpoMembers.as_view()), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/statistic/$', ExpositionStatistic.as_view(), {'meta_id':60}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/price/$', ExpositionPrice.as_view(), {'meta_id':61}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/program/$', ExpositionProgramme.as_view(), {'meta_id':62}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/visitors/page/(?P<page>\d+)/$', ExpoVisitors.as_view(), {'meta_id':64}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/visitors/$', ExpoVisitors.as_view(), {'meta_id':64}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/members/page/(?P<page>\d+)/$', ExpoMembers.as_view(), {'meta_id':63}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/members/$', ExpoMembers.as_view(), {'meta_id':63}), |
|
|
|
|
url(r'^expo/(?P<slug>.*)/service/(?P<service_url>.*)/', ExpositionServiceView.as_view()), |
|
|
|
|
# expo list |
|
|
|
|
url(r'^expo/(?P<year>\d+)/(?P<month>.*)/page/(?P<page>\d+)/$', ExpoList.as_view(), {'meta_id':4}), |
|
|
|
|
|