Add subscriptions stats

This commit is contained in:
2017-06-02 15:02:28 +02:00
parent e7f7c57558
commit e97135bf47
6 changed files with 110 additions and 44 deletions

View File

@ -22,13 +22,10 @@
#
#
from django.conf.urls import url, include
from django.conf.urls import url
from rootplace.views import *
urlpatterns = [
url(r'^merge$', MergeUsersView.as_view(), name='merge'),
]