diff --git a/example/example/urls.py b/example/example/urls.py index 3b91dc2..2f3145d 100644 --- a/example/example/urls.py +++ b/example/example/urls.py @@ -19,5 +19,5 @@ urlpatterns = [ url(r'^admin/', admin.site.urls), - url(r'', include('wordpress.urls', namespace='wordpress')), + url(r'', include('wordpress_api.urls', namespace='wordpress')), ]