Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Merge pull request #26 from dotkom/fix/admin-urls
Browse files Browse the repository at this point in the history
  • Loading branch information
oleast authored May 4, 2020
2 parents 21721b8 + 00d1eba commit db65804
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions redwine/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,4 @@
url(r'^top/$', redwine_top),
url(r'^([\w-]+)/$', redwine_com),
url(r'^$', redwine_home),
url(r'^admin/', admin.site.urls),
# (r'accounts/login/',include(admin.site.urls)),
]

0 comments on commit db65804

Please sign in to comment.