Skip to main content

Aplicativos base para seu projeto django!

Project description

Django Inteliger e um pacote da Inteliger 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, antes de todos os outros.

    MIDDLEWARE = [

    ‘log.middleware.LogMiddleware’, …

    ]

  3. Adicione as urls no urlpatterns.

    urlpatterns = [

    … re_path(r’^core/’, include(‘core.urls’)),

    ]

  4. Aproveite

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-inteliger-0.1.71.tar.gz (61.1 kB view hashes)

Uploaded Source

Built Distribution

django_inteliger-0.1.71-py3-none-any.whl (163.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