Skip to main content

Necessary elements for the development of apps.

Project description

New Code Utils

Basic components for the development of NewCode_

Requirements

  1. Install pip current

Quick start

1. Add "newcode_utils" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = [
        ...
        'newcode_utils',
    ]

Components

  • Admin
    • AuditAdmin
    • AuditStackedInline
    • AuditTabularInline
  • Models
    • Audit
  • Helpers
    • Utils
      • File departments of columbia
    • Utils permission rest

Deploy pypi versions

  • install requirements
pip install -U twine wheel setuptools
  • update repository
python3.7 setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository pypi dist/newcode-utils-0.1.1*

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

newcode_utils-0.1.1.tar.gz (6.1 kB view hashes)

Uploaded Source

Built Distribution

newcode_utils-0.1.1-py3-none-any.whl (9.1 kB view hashes)

Uploaded Python 3

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