django-hosts 6.0
0
Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
Contents
Dynamic and static host resolving for Django. Maps hostnames to URLconfs.
Stars: 982, Watchers: 982, Forks: 106, Open Issues: 36The jazzband/django-hosts
repo was created 13 years ago and the last code push was 2 months ago.
The project is popular with 982 github stars!
How to Install django-hosts
You can install django-hosts using pip
pip install django-hosts
or add it to a project with poetry
poetry add django-hosts
Package Details
- Author
- Jannis Leidel
- License
- BSD
- Homepage
- https://django-hosts.readthedocs.io/
- PyPi:
- https://pypi.org/project/django-hosts/
- GitHub Repo:
- https://github.com/jazzband/django-hosts
Classifiers
Related Packages
Errors
A list of common django-hosts errors.
Code Examples
Here are some django-hosts
code examples and snippets.
GitHub Issues
The django-hosts package has 36 open issues on GitHub
- Apache Configuration - Directing Multiple subdomains to single wsgi
- Fix erroneous empty pattern matching when PARENT_HOST is defined
- subdomain.example.com works fine on local machine but throws "This site can’t be reached" on server after deployed.