slavama / django-subdomains

Subdomain helpers for the Django framework, including subdomain-based URL routing.

Home Page:http://django-subdomains.readthedocs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit Updated to work with django 1.10 and so on... using this https://docs.djangoproject.com/en/1.11/topics/http/middleware/#upgrading-middleware Edit2 Uploaded it to pypi: under "subdomains"

pip install subdomains

I'd recommend for django versions<=1.9 use django-subdomains from op, otherwise for django 1.10, 1.11 etc use my subdomains version

django-subdomains

Subdomain helpers for the Django framework, including subdomain-based URL routing and reversing.

Full documentation can be found here: http://django-subdomains.readthedocs.org/

Build Status

https://secure.travis-ci.org/tkaemming/django-subdomains.png?branch=master

Tested on Python 2.6, 2.7, 3.4 and 3.5 on their supported Django versions from 1.4 through 1.9.

About

Subdomain helpers for the Django framework, including subdomain-based URL routing.

http://django-subdomains.readthedocs.org/

License:MIT License


Languages

Language:Python 98.4%Language:Makefile 1.6%