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.5.0.tar.gz (67.4 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: core_main_registry_app-2.5.0.tar.gz
  • Upload date:
  • Size: 67.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.8.16

File hashes

Hashes for core_main_registry_app-2.5.0.tar.gz
Algorithm Hash digest
SHA256 2951a4aa39e8c65d2dc7c36efece72c4c4fb504d5f4b2011f21213420a4e7718
MD5 f57741c08f9adb2b0b97ad409fe63b35
BLAKE2b-256 b923cbdfd16f29ef3f6035c8ea3cc91e24e187c8a3c12d29408c905a95f4ea69

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page