mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-08-15 09:24:52 +03:00
do not import urls
This commit is contained in:
parent
682b7a12f4
commit
acb88b7399
|
@ -72,8 +72,6 @@ if settings.DEBUG:
|
|||
urlpatterns = [path("__debug__/", include(debug_toolbar.urls))] + urlpatterns
|
||||
|
||||
if "django_browser_reload" in settings.INSTALLED_APPS:
|
||||
import django_browser_reload
|
||||
|
||||
urlpatterns = [
|
||||
path("__reload__/", include(django_browser_reload.urls))
|
||||
path("__reload__/", include("django_browser_reload.urls"))
|
||||
] + urlpatterns
|
||||
|
|
Loading…
Reference in New Issue
Block a user