parent
42034b8d9c
commit
cca4bff7f8
125 changed files with 4965 additions and 4961 deletions
@ -1,11 +1,11 @@ |
||||
from django.conf.urls import url, patterns |
||||
from models import LatestExpositions, CountryFeeds, CityFeeds, ThemeFeeds |
||||
|
||||
|
||||
urlpatterns = patterns('', |
||||
url(r'^latest/$', LatestExpositions()), |
||||
url(r'^country/(?P<slug>.*)/$', CountryFeeds()), |
||||
url(r'^city/(?P<slug>.*)/$', CityFeeds()), |
||||
url(r'^theme/(?P<slug>.*)/$', ThemeFeeds()), |
||||
|
||||
) |
||||
from django.conf.urls import url, patterns |
||||
from models import LatestExpositions, CountryFeeds, CityFeeds, ThemeFeeds |
||||
|
||||
|
||||
urlpatterns = patterns('', |
||||
url(r'^latest/$', LatestExpositions()), |
||||
url(r'^country/(?P<slug>.*)/$', CountryFeeds()), |
||||
url(r'^city/(?P<slug>.*)/$', CityFeeds()), |
||||
url(r'^theme/(?P<slug>.*)/$', ThemeFeeds()), |
||||
|
||||
) |
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in new issue