Skip to main content

Classificação Portuguesa das Actividades Económicas

Project description

https://badge.fury.io/py/django-cae.svg https://travis-ci.org/adevolutio/django-cae.svg?branch=master https://codecov.io/gh/adevolutio/django-cae/branch/master/graph/badge.svg

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-cae-0.1.0.tar.gz (8.4 kB view details)

Uploaded Source

Built Distribution

django_cae-0.1.0-py2.py3-none-any.whl (7.4 kB view details)

Uploaded Python 2 Python 3

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

Hashes for django-cae-0.1.0.tar.gz
Algorithm Hash digest
SHA256 524cffdf8ded4eeeb4c488d888135ccf866dcbe71575ae80376ef9d5e46f12c4
MD5 695e409129c698ef7d2f33d6ec86944a
BLAKE2b-256 d20576a5e84005b93312c8ce846a3882cf0b5f3a67d1ea233584fc4c11605749

See more details on using hashes here.

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

Hashes for django_cae-0.1.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 53939433cd0f39473954b248b0d3c0f37f92649777fcbce44c45a37a5fad6c59
MD5 8949f20d70a5c3b2e8c65add757f9db0
BLAKE2b-256 8245206745f4c1a309111103c793297928844dea9a6604fd99f4fbe120d4eef8

See more details on using hashes here.

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