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
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file core_main_registry_app-2.12.0.tar.gz
.
File metadata
- Download URL: core_main_registry_app-2.12.0.tar.gz
- Upload date:
- Size: 76.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.10.13
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1f5370b889aad4d5b96cf19adc020f9e71300080fd5f8277343a21dc19a96089 |
|
MD5 | c62b295680ebcc10a113a143b099d65e |
|
BLAKE2b-256 | 9121aa5efbd450e7ac05427d7b64e09040c8e0dc6c15390920f12130b494a5d3 |