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
...
 
@@ -21,14 +21,12 @@ from django.urls import include, path, re_path
 
from django.contrib import admin
 

	
 
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),
 
    path('assignment/', include('conservancy.assignment.urls')),
 
    path('blog/', include('conservancy.blog.urls')),
 
    path('casts/the-corresponding-source/', include('conservancy.podjango.urls')),
0 comments (0 inline, 0 general)