Metadata-Version: 1.1
Name: django-tools-about
Version: 1.0.0
Summary: Simple Django app to manage company About secction
Home-page: https://github.com/semicolom/django-tools-about
Author: Toni Colom
Author-email: toni@semicolom.com
License: UNKNOWN
Description: # Django Tools About
        
        Simple Django app to manage company About secction
        
        ## Installation
        
        1. Install with pip install `django-tools-about`.
        
        2. Add `djtools.about` to your INSTALLED_APPS setting like this:
        ```
        INSTALLED_APPS = [
            ...
            'djtools.about',
        ]
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
