1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-02-09 13:24:22 +00:00

4 Commits

Author SHA1 Message Date
Hidden Z
e4f5ae4a6c All hosts browsing: change sorting
Order all hosts in /browse/ by name in alphabetical order. I think it is
better, because hosts will not drift across pages at every timestamp
update.
2013-10-09 15:43:26 +00:00
Hidden Z
43bcfec7ed Fix settings import
According to django 1.5 documentation, settings should be imported as
>>> from django.conf import settings
2013-09-27 18:19:49 +00:00
Hidden Z
76ee7dbd0e Migrate all function-based generic views to a class-based views 2011-12-23 18:56:47 +00:00
Hidden Z
a15bfb9cfa Replace direct_to_template generic view with class-based TemplateView
This is done as a part of migration to django 1.3. See
https://docs.djangoproject.com/en/1.3/topics/generic-views-migration/
for additional info.
2011-12-20 19:17:33 +00:00