Classificação Portuguesa das Actividades Económicas
Documentation
The full documentation is at https://django-cae.readthedocs.io.
Quickstart
Install CAE app:
pip install django-cae
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'cae.apps.CaeConfig',
...
)
Add CAE app’s URL patterns:
from cae import urls as cae_urls
urlpatterns = [
...
url(r'^', include(cae_urls)),
...
]
Features
TODO
Running Tests
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Development commands
pip install -r requirements_dev.txt invoke -l
Credits
Tools used in rendering this package:
History
0.1.0 (2021-05-04)
First release on PyPI.
Release files for django-cae 0.1.0
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| django-cae-0.1.0.tar.gz | 8.4 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| django_cae-0.1.0-py2.py3-none-any.whl | Python 3, Python 2 | none | any | Details |
Total release size: 15.8 kB
Release files / django-cae-0.1.0.tar.gz
| Download URL | django-cae-0.1.0.tar.gz |
|---|---|
| Size | 8.4 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
524cffdf8ded4eeeb4c488d888135ccf866dcbe71575ae80376ef9d5e46f12c4
|
|
BLAKE2b-256 checksum How to use checksums |
d20576a5e84005b93312c8ce846a3882cf0b5f3a67d1ea233584fc4c11605749
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
|
Release files / django_cae-0.1.0-py2.py3-none-any.whl
| Download URL | django_cae-0.1.0-py2.py3-none-any.whl |
|---|---|
| Size | 7.4 kB |
| Tags | Python 2 Python 3 |
|
SHA-256 checksum How to use checksums |
53939433cd0f39473954b248b0d3c0f37f92649777fcbce44c45a37a5fad6c59
|
|
BLAKE2b-256 checksum How to use checksums |
8245206745f4c1a309111103c793297928844dea9a6604fd99f4fbe120d4eef8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/4.0.1 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.8.5
|