Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/messense/djsubdomains
Forked from https://github.com/ipsosante/django-subdomains
https://github.com/messense/djsubdomains
Last synced: 23 days ago
JSON representation
Forked from https://github.com/ipsosante/django-subdomains
- Host: GitHub
- URL: https://github.com/messense/djsubdomains
- Owner: messense
- License: mit
- Fork: true (ipsosante/django-subdomains)
- Created: 2015-09-16T08:19:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-05-04T08:27:56.000Z (over 8 years ago)
- Last Synced: 2024-11-07T14:44:54.580Z (about 1 month ago)
- Language: Python
- Homepage:
- Size: 85.9 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - djsubdomains - Forked from https://github.com/ipsosante/django-subdomains (Python)
README
djsubdomains
=================Subdomain helpers for the Django framework, including subdomain-based URL
routing and reversing.Full documentation can be found here: http://djsubdomains.readthedocs.org/
Build Status
------------.. image:: https://travis-ci.org/messense/djsubdomains.svg?branch=master
:target: http://travis-ci.org/messense/djsubdomainsTested on Python 2.6, 2.7, 3.3 and 3.4, as well as Django 1.5, 1.6, 1.7, and 1.8.
Installation
--------------pip install djsubdomains