The objective of this assignment is to develop an invoice management system for Acme Inc. A typical workflow for Acme Inc.
Clone the project from Github:
Project Root Directory: `/var/www`
git clone remote url
Go to the settings folder then create .env file
Note : Like see the .example_env file in project root folder, same veriable copy and paste in .env file on settings folder then update env varible .
Create Virtualenv Folder
virtualenv --python=python3.8 Project_dir/.venv
Activate Environment:
source project_venv/bin/activate
pip install -r requirements.txt
python3 manage.py makemigrations
python3 manage.py migrate
python3 manage.py createsuperuser
Load fixtures: