mirror of
https://github.com/r4sas/py-i2phosts
synced 2025-03-11 12:51:11 +00:00

django.conf.urls.defaults is deprecated since django 1.5 old: from django.conf.urls.defaults import * new: from django.conf.urls import *
django.conf.urls.defaults is deprecated since django 1.5 old: from django.conf.urls.defaults import * new: from django.conf.urls import *