Changeset - 382952a6ad35
[Not reviewed]
0 1 0
Ben Sturmfels (bsturmfels) - 1 month ago 2024-03-20 06:01:10
ben@sturm.com.au
Remove unnecessary `admin.autodiscover()`

Since Django 1.7 this is done automatically.
1 file changed with 0 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy/urls.py
Show inline comments
...
 
@@ -24,8 +24,6 @@ from . import feeds, frontpage, sponsors
 
from .fundgoal import views as fundgoal_views
 
from . import views as static_views
 

	
 
admin.autodiscover()
 

	
 
urlpatterns = [
 
    path('', frontpage.view),
 
    path('admin/', admin.site.urls),
0 comments (0 inline, 0 general)