Quick Start
This guide will help you get started with Django Datta Able PRO
Last updated
This guide will help you get started with Django Datta Able PRO
Last updated
To compile the product and use it locally, Python3 should be installed and accessible via the terminal. The source code can be downloaded from the official repository or downloaded in ZIP format from the product page.
Download the sources and unzip the archive.
Create a virtual environment
Install modules
Create the tables by running a Django migration
Start the application
If all goes well, we can access Datta Able Django PRO in the browser http://127.0.0.1:8000/
.
The project is coded using a simple and intuitive structure presented below:
Django bootstrapper manage.py
uses core/settings.py
as the main configuration file
core/settings.py
loads the app magic from .env
file
Redirect the guest users to Login page
Unlock the pages served by app node for authenticated users
The app is provided with a basic configuration to be executed in Docker, a popular virtualization software. To start the project inside a Docker container, please type the following commands:
1# - UNZIP the archive and change the current directory
2# - Download the required packages
3# - Build the Docker packages
4# - Start the dockerized application
By visitinghttp://localhost:5005
the browser, we should see the app running.