url() is no longer available, has to be replaced with path() or re_path(). For proper include() we also need an app_name specified in the urls.py we're including. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| settings.py | ||
| urls.py | ||
| wsgi.py | ||
url() is no longer available, has to be replaced with path() or re_path(). For proper include() we also need an app_name specified in the urls.py we're including. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| settings.py | ||
| urls.py | ||
| wsgi.py | ||