Metadata-Version: 2.0
Name: djangotheming
Version: 0.1.0
Summary: Complete solution for theming your django site.
Home-page: https://github.com/saleem-latif/djangotheming
Author: Saleem Latif
Author-email: saleem_ee@hotmail.com
License: GPL 3.0
Keywords: Django Theming
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Framework :: Django
Classifier: Framework :: Django :: 1.8
Classifier: Framework :: Django :: 1.9
Classifier: Framework :: Django :: 1.10
Classifier: Framework :: Django :: 1.11
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Requires-Dist: django (==2.0.0)
Requires-Dist: path.py (==10.5)
Requires-Dist: pytz (==2017.3)

Django Theming
==============

.. image:: https://img.shields.io/pypi/v/djangotheming.svg
    :target: https://pypi.python.org/pypi/djangotheming/
    :alt: PyPI

.. image:: https://travis-ci.org/saleem-latif/djangotheming.svg?branch=master
    :target: https://travis-ci.org/saleem-latif/djangotheming
    :alt: Travis

.. image:: http://codecov.io/github/saleem-latif/djangotheming/coverage.svg?branch=master
    :target: http://codecov.io/github/saleem-latif/djangotheming?branch=master
    :alt: Codecov

.. image:: https://img.shields.io/pypi/pyversions/djangotheming.svg
    :target: https://pypi.python.org/pypi/djangotheming/
    :alt: Supported Python versions

.. image:: https://img.shields.io/github/license/saleem-latif/djangotheming.svg
    :target: https://github.com/saleem-latif/djangotheming/blob/master/LICENSE.txt
    :alt: License

The ``Django Theming`` is a standalone theming solution for django sites. You
can use it customize the look and feel of any of your django site.

Overview
--------

The ``README.rst`` file should then provide an overview of the code in this
repository, including the main components and useful entry points for starting
to understand the code in more detail.

Documentation
-------------
Documentation will soon be added for using django theming.

License
-------

The code in this repository is licensed under the GNU GENERAL PUBLIC LICENSE Version 3 unless otherwise noted.

Please see ``LICENSE`` for details.

How To Contribute
-----------------

Contributions are very welcome.

I will add info on how to contribute soon.

Reporting Security Issues
-------------------------

Please do not report security issues in public. Please email saleem_ee@hotmail.com.


Change Log
==========

..
   All enhancements and patches to theming will be documented
   in this file.  It adheres to the structure of http://keepachangelog.com/ ,
   but in reStructuredText instead of Markdown (for ease of incorporation into
   Sphinx documentation and the PyPI description).

   This project adheres to Semantic Versioning (http://semver.org/).

..


[0.1.0] - 2016-10-13
--------------------

* First release on PyPI.
* Models and Django admin integration


