diff options
author | Michael Elkins <melkins@tislabs.com> | 2013-02-28 17:50:36 +0000 |
---|---|---|
committer | Michael Elkins <melkins@tislabs.com> | 2013-02-28 17:50:36 +0000 |
commit | bf9c9d1072122d012d2bef55171db8fa82c8bdda (patch) | |
tree | 0f3b72ce35c74c9d4797f994b31c8751af4652ae /rpkid | |
parent | 3a43f290e6fdde1ec8de0955563999074307ccd9 (diff) |
remove rpki.gui.cacheview from urls.py since it is outdated and doesn't compile with django 1.5
see #433
svn path=/trunk/; revision=5092
Diffstat (limited to 'rpkid')
-rw-r--r-- | rpkid/rpki/gui/urls.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/rpki/gui/urls.py b/rpkid/rpki/gui/urls.py index 58e2ea9f..1bd50ce6 100644 --- a/rpkid/rpki/gui/urls.py +++ b/rpkid/rpki/gui/urls.py @@ -1,5 +1,5 @@ # Copyright (C) 2010, 2011 SPARTA, Inc. dba Cobham Analytic Solutions -# Copyright (C) 2012 SPARTA, Inc. a Parsons Company +# Copyright (C) 2012, 2013 SPARTA, Inc. a Parsons Company # # Permission to use, copy, modify, and distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -27,7 +27,7 @@ urlpatterns = patterns('', #(r'^admin/', include(admin.site.urls)), (r'^api/', include('rpki.gui.api.urls')), - (r'^cacheview/', include('rpki.gui.cacheview.urls')), + #(r'^cacheview/', include('rpki.gui.cacheview.urls')), (r'^rpki/', include('rpki.gui.app.urls')), (r'^accounts/login/$', 'rpki.gui.views.login'), |