Skip to main content

Avishan is a set of tools for building fast, comfortable and reliable django apps

Project description

Avishan is a set of tools for building fast, comfortable and reliable django apps. For memory management reasons, you should also install Avishan wrapper as mentioned in itself page.

Quick start

  1. Add “avishan” to end of your INSTALLED_APPS setting like this, and “AvishanMiddleware” to end of MIDDLEWARE too:

    INSTALLED_APPS = [
        ...
        'avishan',
    ]
    
    MIDDLEWARE = [
        ...
        'avishan.middlewares.AvishanMiddleware',
    ]
  2. Include the avishan URLconf in your project urls.py like this:

    path('', include('avishan.urls')),
  3. Run this commands to create the avishan models:

    python manage.py migrate
    python manage.py avishan_init
  4. Now follow part below for more detail about every single usage.

What does it do for me?

  • Token based authentication

  • Data body parser for POST/PUT/… Http requests

  • Exception reports

  • Fully implemented third-party libraries like Kavenagar & Chabok

  • Automated django admin tools

Project details


Release history Release notifications | RSS feed

Download files

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

Source Distribution

django-avishan-0.1.6.tar.gz (27.4 kB view hashes)

Uploaded source

Built Distribution

django_avishan-0.1.6-py3-none-any.whl (37.3 kB view hashes)

Uploaded py3

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