summaryrefslogtreecommitdiff
path: root/gnowsys-ndf/gnowsys_ndf/ndf/urls
diff options
context:
space:
mode:
authorKedar Aitawdekar <kedar2a@gmail.com>2015-05-14 17:52:15 +0530
committerKedar Aitawdekar <kedar2a@gmail.com>2015-05-14 17:52:15 +0530
commit6fccdf3d26e357b610eccdd3621d6078939a33ce (patch)
treee5eac6112a39de5cf7d6cb293524e9c90e4ac812 /gnowsys-ndf/gnowsys_ndf/ndf/urls
parent3f915970b6b510a21b4b2e0bcb522c5e72d47be0 (diff)
downloadgnowsys-6fccdf3d26e357b610eccdd3621d6078939a33ce.tar.gz
Added url to check the memcached stats with keyed items
Diffstat (limited to 'gnowsys-ndf/gnowsys_ndf/ndf/urls')
-rw-r--r--gnowsys-ndf/gnowsys_ndf/ndf/urls/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnowsys-ndf/gnowsys_ndf/ndf/urls/__init__.py b/gnowsys-ndf/gnowsys_ndf/ndf/urls/__init__.py
index 2e0ef30..c8867cb 100644
--- a/gnowsys-ndf/gnowsys_ndf/ndf/urls/__init__.py
+++ b/gnowsys-ndf/gnowsys_ndf/ndf/urls/__init__.py
@@ -167,7 +167,9 @@ urlpatterns = patterns('',
name='registration_register'),
url(r'^accounts/', include('registration_email.backends.default.urls')),
+
# --end of django-registration
+ (r'^status/cache/$', 'gnowsys_ndf.ndf.views.cache.cache_status'),
# url(r'^Beta/', TemplateView.as_view(template_name= 'gstudio/beta.html'), name="beta"),
)