Classificação Portuguesa das Actividades Económicas
Project description
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.
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-cae-0.1.0.tar.gz.
File metadata
- Download URL: django-cae-0.1.0.tar.gz
- Upload date:
- Size: 8.4 kB
- Tags: Source
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
524cffdf8ded4eeeb4c488d888135ccf866dcbe71575ae80376ef9d5e46f12c4
|
|
| MD5 |
695e409129c698ef7d2f33d6ec86944a
|
|
| BLAKE2b-256 |
d20576a5e84005b93312c8ce846a3882cf0b5f3a67d1ea233584fc4c11605749
|
File details
Details for the file django_cae-0.1.0-py2.py3-none-any.whl.
File metadata
- Download URL: django_cae-0.1.0-py2.py3-none-any.whl
- Upload date:
- Size: 7.4 kB
- Tags: Python 2, Python 3
- Uploaded using 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
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
53939433cd0f39473954b248b0d3c0f37f92649777fcbce44c45a37a5fad6c59
|
|
| MD5 |
8949f20d70a5c3b2e8c65add757f9db0
|
|
| BLAKE2b-256 |
8245206745f4c1a309111103c793297928844dea9a6604fd99f4fbe120d4eef8
|