Skip to content

Commit

Permalink
Remove admin url from urls file
Browse files Browse the repository at this point in the history
  • Loading branch information
RishabhJain2018 committed Oct 12, 2017
1 parent 009ce47 commit 35e2988
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_th/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
# ****************************************
# admin module
# ****************************************
url(r'^admin/', include(admin.site.urls)),
# url(r'^admin/', include(admin.site.urls)),
# ****************************************
# auth module
# ****************************************
Expand Down

0 comments on commit 35e2988

Please sign in to comment.