1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-08 22:07:55 +00:00
py-i2phosts/pyi2phosts
Hidden Z 154eb7f7c2 Replace deprecated imports with actual
django.conf.urls.defaults is deprecated since django 1.5

old: from django.conf.urls.defaults import *
new: from django.conf.urls import *
2013-09-27 18:19:49 +00:00
..
extsources Fix imports in admin.py 2010-11-04 13:40:58 +00:00
jump Replace deprecated imports with actual 2013-09-27 18:19:49 +00:00
latest Replace deprecated imports with actual 2013-09-27 18:19:49 +00:00
lib Fix settings import 2013-09-27 18:19:49 +00:00
locale/ru/LC_MESSAGES Fix russian translation 2011-02-19 16:30:08 +00:00
postkey Replace deprecated imports with actual 2013-09-27 18:19:49 +00:00
search Replace deprecated imports with actual 2013-09-27 18:19:49 +00:00
static base.css: remove left margin for table and increase it width 2011-02-19 16:27:59 +00:00
templates Fix templates compatibility with django 1.5 2013-09-27 18:19:49 +00:00
__init__.py Rename web -> pyi2phosts 2010-11-04 12:41:42 +00:00
settings.py Enable i18n 2011-02-18 19:44:56 +00:00
urls.py Replace deprecated imports with actual 2013-09-27 18:19:49 +00:00