Skip to main content

Main functionalities for the registry project

Project description

Core Main Registry App

This Django reusable app contains the main functionalities for the registry core project.

Pre-requisites

  • Install git

  • Install python

  • Install pip

  • Create a virtual env

Installation

Automated installation

Manual installation

$ git clone https://myrepo.com/core_main_registry_app.git
$ cd core_main_registry_app
$ python setup.py
$ pip install sdist/*.tar.gz

Configuration

1. Add “core_main_registry_app”, “mptt” to your INSTALLED_APPS setting like this

INSTALLED_APPS = [
    ...
    "core_main_registry_app",
    "mptt",
]

2. Include the core_main_registry_app URLconf in your project urls.py like this

url(r'^', include("core_main_registry_app.urls")),

3. Launch migration: create table and constraints.

$ python manage.py migrate

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

core_main_registry_app-2.12.0.tar.gz (76.2 kB view details)

Uploaded Source

File details

Details for the file core_main_registry_app-2.12.0.tar.gz.

File metadata

File hashes

Hashes for core_main_registry_app-2.12.0.tar.gz
Algorithm Hash digest
SHA256 1f5370b889aad4d5b96cf19adc020f9e71300080fd5f8277343a21dc19a96089
MD5 c62b295680ebcc10a113a143b099d65e
BLAKE2b-256 9121aa5efbd450e7ac05427d7b64e09040c8e0dc6c15390920f12130b494a5d3

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