Skip to content

Commit

Permalink
Removed receivers in top-level urls.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brosner committed Jan 24, 2013
1 parent 8dbb3d8 commit 65ecbf5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions forums/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@
from django.contrib import admin
admin.autodiscover()

# import required to hook up receivers
from . import receivers


urlpatterns = patterns("",
url(r"^admin/", include(admin.site.urls)),
Expand Down

0 comments on commit 65ecbf5

Please sign in to comment.