Metadata-Version: 1.1
Name: django-bab-cms
Version: 0.1
Summary: Django cms pour la boite à bidules.
Home-page: https://www.boite-a-bidules.com/
Author: Nicolas Pierrot
Author-email: info@boite-a-bidules.com
License: BSD License
Description: =====
        bab CMS
        =====
        
        Light CMS Django app.
        
        Quick start
        -----------
        
        1. Add "bab_cms" to your INSTALLED_APPS setting like this::
        
            INSTALLED_APPS = [
                ...
                'bab_core',
            ]
        
        2. Include the cms URLconf in your project urls.py like this::
        
            path('core/', include('bab_core.urls')),
        
        3. Run `python manage.py migrate` to create the cms models.
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
