Skip to content

Latest commit

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

Invoice Management Software

The objective of this assignment is to develop an invoice management system for Acme Inc. A typical workflow for Acme Inc.

Clone the project

Clone the project from Github:

Project Root Directory: `/var/www`
git clone remote url

Create Environment file

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 .

Virtual Environment Setup

Create Virtualenv Folder

virtualenv --python=python3.8 Project_dir/.venv

Activate Environment:

source project_venv/bin/activate

Install dependencies:

pip install -r requirements.txt

Apply database migrations

python3 manage.py makemigrations python3 manage.py migrate

Create super user

python3 manage.py createsuperuser

Load base data

Load fixtures:

About

Invoice Management System

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages