Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
Merge pull request #249 from RishabhJain2018/patch-1
Browse files Browse the repository at this point in the history
Remove admin url from urls file.
  • Loading branch information
foxmask committed Oct 12, 2017
2 parents 009ce47 + 35e2988 commit c762cde
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 c762cde

Please sign in to comment.