InstallationΒΆ
poetry add coltrane
Add
coltrane
to the list ofINSTALLED_APPS
in Django settings fileAdd
path("", include("coltrane.urls")),
to the bottom of theurlpatterns
in the rooturls.py
(i.e. theurls.py
specified byROOT_URLCONF
)
poetry add coltrane
Add coltrane
to the list of INSTALLED_APPS
in Django settings file
Add path("", include("coltrane.urls")),
to the bottom of the urlpatterns
in the root urls.py
(i.e. the urls.py
specified by ROOT_URLCONF
)