Skip to main content

A django application to generate the main web application paths and user management

Project description

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.

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-nicha-0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

django_nicha-0.1-py3-none-any.whl (8.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page