forked from Lainports/freebsd-ports
- Lots of other cleanups and improvements, including moving the data to a more standard location - Take maintainership, maintainer has not responded to PRs in many months PR: ports/184969 [1] PR: ports/185146 [2] Submitted by: brd [1] Submitted by: swills (myself) [2] Approved by: maintainer timeout (bsdports@wayfair.com, >3 months)
8 lines
338 B
Python
8 lines
338 B
Python
--- ./webapp/graphite/dashboard/urls.py.orig 2013-08-21 17:11:04.000000000 +0000
|
|
+++ ./webapp/graphite/dashboard/urls.py 2014-02-13 02:01:59.482110196 +0000
|
|
@@ -1,4 +1,4 @@
|
|
-from django.conf.urls.defaults import *
|
|
+from django.conf.urls import *
|
|
|
|
urlpatterns = patterns('graphite.dashboard.views',
|
|
('^save/(?P<name>[^/]+)', 'save'),
|