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
Adicione os aplicativos do pacote no seu INSTALED_APPS.
- INSTALLED_APPS = [
… ‘core’, ‘log’, ‘usr’, ‘filial’
]
Adicione o middleware de log no MIDDLEWARE, antes de todos os outros.
- MIDDLEWARE = [
‘log.middleware.LogMiddleware’, …
]
Adicione as urls no urlpatterns.
- urlpatterns = [
… re_path(r’^core/’, include(‘core.urls’)),
]
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 details)
Built Distribution
File details
Details for the file django-inteliger-0.1.71.tar.gz
.
File metadata
- Download URL: django-inteliger-0.1.71.tar.gz
- Upload date:
- Size: 61.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2fca64dae125c48ebc0fc693c38d92b11a58229c1aecbc39e72c4bb9f5e85b27 |
|
MD5 | 455bedcd323ad4421ed0cfe9bc90ca8b |
|
BLAKE2b-256 | 3b1a9ce3e50177f1934e566861285701e81d992d1b283333c1e4984944a4defc |
File details
Details for the file django_inteliger-0.1.71-py3-none-any.whl
.
File metadata
- Download URL: django_inteliger-0.1.71-py3-none-any.whl
- Upload date:
- Size: 163.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.24.0 setuptools/47.3.1 requests-toolbelt/0.9.1 tqdm/4.46.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a93131c9deb1992f2943b63981526ac0c4e7155858bf63000d79081185e597f9 |
|
MD5 | 3f22804fec2dae0888b5824a6b0c4f2a |
|
BLAKE2b-256 | 916d17c16b432869acffe5ae9bc5dddb5deba008ec69838cbed306fe930ed9bf |