Update django.md

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

@ -82,7 +82,7 @@ in django_rest_api/urls.py edit
```python
from django.contrib import admin
from django.urls import path
from django.conf.url import include # add this
from django.conf.urls import include # add this
urlpatterns = [
path('', include('contacts_api.url')), # add this

Loading…
Cancel
Save