Move diagnostics, statistics and maintenance functions from the main app into separate apps
This commit is contained in:
5
apps/diagnostics/urls.py
Normal file
5
apps/diagnostics/urls.py
Normal file
@@ -0,0 +1,5 @@
|
||||
from django.conf.urls.defaults import patterns, url
|
||||
|
||||
urlpatterns = patterns('diagnostics.views',
|
||||
url(r'^$', 'diagnostics_view', (), 'diagnostics'),
|
||||
)
|
||||
Reference in New Issue
Block a user