Update django.md

main
Matt Huntington 5 years ago committed by GitHub
parent ca171e0f94
commit d20be762f7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -85,7 +85,7 @@ from django.urls import path
from django.conf.urls import include # add this
urlpatterns = [
path('', include('contacts_api.url')), # add this
path('', include('contacts_api.urls')), # add this
path('admin/', admin.site.urls),
]
```

Loading…
Cancel
Save