Metadata-Version: 1.1
Name: django-nicha
Version: 0.1
Summary: A django application to generate the main web application paths and user management
Home-page: https://www.example.com/
Author: TBD
Author-email: hadjihicham.hh@gmail.com
License: BSD License
Description: ========
        Nicha
        ========
        
        Nicha is a django package that automates the process of creating the commune web pages,
        as well as the main features in any django web application.
        Named after mythological girl that knows all the answers and holds the keys to finding purpose on life.
        
        
        Quick Start:
        ------------
        
        1. Add Nicha to your INSTALLED_APPS setting like this::
        		
        		INSTALLED_APPS = [
        			...
        			'nicha',
        		]
        
        2. Include the nicha URLconf in your project urls.py like this::
        		path('nicha/', include('nicha.urls')),
        
        3. Run `python3 manage.py migrate` to create the nicha models.
        
        
         
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 2.0
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
