mirror of
https://gitlab.science.ru.nl/technicie/MarietjeDjango.git
synced 2025-12-09 21:52:21 +01:00
Basic statistics.
This commit is contained in:
9
marietje/stats/urls.py
Normal file
9
marietje/stats/urls.py
Normal file
@ -0,0 +1,9 @@
|
||||
from django.conf.urls import url
|
||||
|
||||
from . import views
|
||||
|
||||
app_name = 'stats'
|
||||
|
||||
urlpatterns = [
|
||||
url(r'^$', views.stats, name='stats'),
|
||||
]
|
||||
Reference in New Issue
Block a user