public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/euscan:docker-compose--wip--expect-force-pushes commit in: euscanwww/djeuscan/api/
@ 2020-02-09 23:16 Sebastian Pipping
  0 siblings, 0 replies; only message in thread
From: Sebastian Pipping @ 2020-02-09 23:16 UTC (permalink / raw
  To: gentoo-commits

commit:     b5a82548c5d36191d6eae86b33d82069de3b5eaa
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Sun Feb  9 23:11:25 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Feb  9 23:16:35 2020 +0000
URL:        https://gitweb.gentoo.org/proj/euscan.git/commit/?id=b5a82548

Stop using django.conf.urls.defaults for Django >=1.6

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 euscanwww/djeuscan/api/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/euscanwww/djeuscan/api/urls.py b/euscanwww/djeuscan/api/urls.py
index 578a8be..27c8b95 100644
--- a/euscanwww/djeuscan/api/urls.py
+++ b/euscanwww/djeuscan/api/urls.py
@@ -1,4 +1,4 @@
-from django.conf.urls.defaults import url, patterns
+from django.conf.urls import url, patterns
 
 from piston.resource import Resource
 from handlers import RootHandler, StatisticsHandler, HerdsHandler, \


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2020-02-09 23:16 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-02-09 23:16 [gentoo-commits] proj/euscan:docker-compose--wip--expect-force-pushes commit in: euscanwww/djeuscan/api/ Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox