1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/www/py-graphite-web/files/patch-webapp__graphite__cli__urls.py
Steve Wills e8c000e06f - Fix with newer Django [1] [2]
- 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)
2014-02-18 15:48:34 +00:00

12 lines
435 B
Python

--- ./webapp/graphite/cli/urls.py.orig 2013-08-21 17:11:04.000000000 +0000
+++ ./webapp/graphite/cli/urls.py 2014-02-13 02:01:59.481111098 +0000
@@ -12,7 +12,7 @@
See the License for the specific language governing permissions and
limitations under the License."""
-from django.conf.urls.defaults import *
+from django.conf.urls import *
urlpatterns = patterns('graphite.cli.views',
(r'^autocomplete/?$', 'autocomplete'),