Metadata-Version: 2.1
Name: django-sites
Version: 0.11
Summary: Alternative implementation of django sites framework
Home-page: https://github.com/niwinz/django-sites
Author: Andrey Antukh
Author-email: niwi@niwi.nz
License: BSD
Keywords: django,sites
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 2.0
Classifier: Framework :: Django :: 2.2
Classifier: Framework :: Django :: 3.0
Classifier: Framework :: Django :: 3.1
Classifier: Framework :: Django :: 3.2
Classifier: Topic :: Internet :: WWW/HTTP
Requires-Dist: django (>=1.4)

django-sites
============

.. image:: https://img.shields.io/travis/niwinz/django-sites.svg?style=flat
    :target: https://travis-ci.org/niwinz/django-sites

.. image:: https://img.shields.io/pypi/v/django-sites.svg?style=flat
    :target: https://pypi.python.org/pypi/django-sites

.. image:: https://img.shields.io/pypi/dm/django-sites.svg?style=flat
    :target: https://pypi.python.org/pypi/django-sites


Alternative implementation of django "sites" framework based on
settings instead of models.


How to install?
---------------

You can install it with pip:

.. code-block:: shell

    pip install django-sites

Documentation
-------------


http://niwinz.github.io/django-sites/latest/


