Skip to main content

Aplicativos base para seu projeto django!

Project description

Django Inteliger e um pacote da www.inteliger.com.br para todo mundo aprender como fazer uma boa estruturacao de codigo.

Como usar

  1. Adicione os aplicativos do pacote no seu INSTALED_APPS.

    INSTALLED_APPS = [

    … ‘core’, ‘log’, ‘usr’, ‘filial’

    ]

  2. Adicione o middleware de log no MIDDLEWARE.

    MIDDLEWARE = [

    … ‘log.middleware.LogMiddleWare’

    ]

  3. Rode python manage.py migrations para criar as migracoes

  4. Rode python manage.py migrate para criar as tabelas

  5. Aproveite

Project details


Download files

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

Source Distribution

django-nico-0.0.1.tar.gz (4.7 kB view hashes)

Uploaded Source

Built Distribution

django_nico-0.0.1-py3-none-any.whl (9.3 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