mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-02-26 08:20:46 +03:00
Fix broken merge
This commit is contained in:
parent
9adb965126
commit
d38f7f3ef7
|
@ -4,15 +4,9 @@ from django.contrib import admin
|
|||
admin.autodiscover()
|
||||
|
||||
urlpatterns = patterns('',
|
||||
<<<<<<< local
|
||||
(r'^blog-post-api/', include('blogpost.urls')),
|
||||
(r'^object-store-api/', include('objectstore.urls')),
|
||||
(r'^pygments-api/', include('pygments_api.urls')),
|
||||
=======
|
||||
(r'pygments-example/', include('pygmentsapi.urls')),
|
||||
(r'pygments-example/', include('pygments_api.urls')),
|
||||
(r'^blog-post-example/', include('blogpost.urls')),
|
||||
(r'^object-store-example/', include('objectstore.urls')),
|
||||
>>>>>>> other
|
||||
(r'^admin/doc/', include('django.contrib.admindocs.urls')),
|
||||
(r'^admin/', include(admin.site.urls)),
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue
Block a user