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

Uploaded Source

File details

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

File metadata

  • Download URL: core_main_registry_app-2.20.0.tar.gz
  • Upload date:
  • Size: 76.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.16

File hashes

Hashes for core_main_registry_app-2.20.0.tar.gz
Algorithm Hash digest
SHA256 a320e936a23911396211fa4d5767f93e3bb08cb8172e7cd92dd8290a32063585
MD5 2dcabf0722ad86e0710b2320ffbd3f05
BLAKE2b-256 9b6dc0d98fc987f6648a537dbea4088db829750470d429a6ddfc3f5902c25d49

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