diff options
| author | Steve Wills <swills@FreeBSD.org> | 2014-02-18 15:48:34 +0000 |
|---|---|---|
| committer | Steve Wills <swills@FreeBSD.org> | 2014-02-18 15:48:34 +0000 |
| commit | e8c000e06fb013b0606098c247ee42c88ae04b90 (patch) | |
| tree | 4f9e132d1361030534635e27a3f7503e463b7ca8 /www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py | |
| parent | - Convert to USES=tk desktop-file-utils (diff) | |
- 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)
Diffstat (limited to 'www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py')
| -rw-r--r-- | www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py b/www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py new file mode 100644 index 000000000000..adfa48b4266a --- /dev/null +++ b/www/py-graphite-web/files/patch-webapp__graphite__graphlot__urls.py @@ -0,0 +1,11 @@ +--- ./webapp/graphite/graphlot/urls.py.orig 2013-08-21 17:11:04.000000000 +0000 ++++ ./webapp/graphite/graphlot/urls.py 2014-02-13 02:01:59.482110196 +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.graphlot.views', + ('^rawdata/?$', 'get_data'), |
