Skip to content
This repository has been archived by the owner on May 24, 2019. It is now read-only.

Commit

Permalink
Merge pull request #305 from mozilla-services/304-
Browse files Browse the repository at this point in the history
 Disable admin fixes #304
  • Loading branch information
jaredlockhart committed Nov 7, 2016
2 parents 3c9644d + e04b44e commit 9dfab71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions leaderboard/urls.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
from django.conf.urls import include, url
from django.contrib import admin

urlpatterns = [
url(r'^admin/', include(admin.site.urls)),
url(r'^api/v1/fxa/', include('leaderboard.fxa.urls')),
url(r'^api/v1/contributions/',
include('leaderboard.contributors.urls')),
Expand Down

0 comments on commit 9dfab71

Please sign in to comment.