1
0
mirror of https://github.com/r4sas/py-i2phosts synced 2025-01-10 14:58:05 +00:00
Commit Graph

11 Commits

Author SHA1 Message Date
Hidden Z
6e3862d7ab Convert tabs to spaces 2015-10-27 19:41:44 +00:00
Hidden Z
1773b69aa7 settings.py: add SessionAuthenticationMiddleware
This fixes compatibility with django 1.8.

RemovedInDjango110Warning: Session verification will become mandatory in
Django 1.10. Please add
'django.contrib.auth.middleware.SessionAuthenticationMiddleware' to your
MIDDLEWARE_CLASSES setting when you are ready to opt-in after reading
the upgrade considerations in the 1.8 release notes.
2015-10-27 19:15:03 +00:00
Hidden Z
de9572895e settings.py: update translations setup according to django 1.5 2013-09-29 06:37:52 +00:00
Hidden Z
59f0cb930f Move common static files to static-common
And also use django.contrib.staticfiles to properly handle them.
2013-09-27 18:29:43 +00:00
Hidden Z
918570cf9e Enable i18n 2011-02-18 19:44:56 +00:00
Hidden Z
0007450844 Implement 2nd-level domain verification when adding a subdomain
If user wants to register  a subdomain, he must prove he is owner of
2nd-level domain. He must create a file with random name generated by us
in webserver's document root in 2nd-level domain. Then we trying to
fetch this file. If it success, registration gets accepted.
2011-01-17 18:09:53 +00:00
Hidden Z
48ce4ba473 Move {days,hosts}_count from urls to settings 2010-11-20 13:04:37 +00:00
Hidden Z
42964c6047 pyi2phosts/settings.py: import local_settings after all 2010-11-07 18:06:17 +00:00
Hidden Z
a3bf7c9f5c pyi2phosts/settings.py: add MY_B64 2010-11-05 14:37:41 +00:00
Hidden Z
e8d0c8b07a pyi2phosts/settings.py: define default media root and url 2010-11-05 11:57:23 +00:00
Hidden Z
6fb4d60ce6 Rename web -> pyi2phosts 2010-11-04 12:41:42 +00:00