Added admin URL.
This commit is contained in:
parent
49ba51cf32
commit
6543fcd0bd
1 changed files with 1 additions and 0 deletions
|
@ -27,4 +27,5 @@ urlpatterns = patterns('',
|
|||
(r'^feeds/(?P<url>.*)/?$', 'django.contrib.syndication.views.feed',
|
||||
{'feed_dict': feed_dict}),
|
||||
(r'^feeds/$', 'podjango.feeds.view'),
|
||||
(r'^admin/(.*)', admin.site.root),)
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue