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
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-inteliger-0.1.22.tar.gz.
File metadata
- Download URL: django-inteliger-0.1.22.tar.gz
- Upload date:
- Size: 2.2 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 |
007dfc8c27ee6ec15621f682960ce5de87f3b626dbaeb66122063ce65a02fd0d
|
|
| MD5 |
4017095b056d167fa9e120962657d218
|
|
| BLAKE2b-256 |
4d6e88980d02ecf5a6abaf9286da9558b8d1a9c7c922d773b6c6b223bfbe140a
|
File details
Details for the file django_inteliger-0.1.22-py3-none-any.whl.
File metadata
- Download URL: django_inteliger-0.1.22-py3-none-any.whl
- Upload date:
- Size: 2.5 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 |
eac9b8dbdf1e72b36c39e71c935646d3df572629b0e366ed392553382413b45b
|
|
| MD5 |
fd364ecc7ce8f83fe83e39807bb2a7fc
|
|
| BLAKE2b-256 |
16709801bc22421d8032afa5cf923278cbe7efe5a99d08b649d6005ad7a6a61f
|