Skip to content

Commit

Permalink
Remove unused contrib.auth urls (#1337)
Browse files Browse the repository at this point in the history
  • Loading branch information
alukach authored and amplifi committed Mar 24, 2017
1 parent fbf78ca commit 936e847
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cadasta/config/urls/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,6 @@
namespace='account')),
url(r'^account/',
include('allauth.urls')),
url('^',
include('django.contrib.auth.urls')),
url(r'^organizations/',
include('organization.urls.default.organizations',
namespace='organization')),
Expand Down

0 comments on commit 936e847

Please sign in to comment.