donaldte / django-invoice

django-invoice system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

django-invoice system

django-invoice system

Step 1

Clone the project

git clone https://github.com/donaldte/django-invoice.git

Step 2

Go to django-invoice directory

cd django-invoice

Step 3

Create a virtual environment

python3.9 -m venv venv

Step 4

Activate a virtual environment

Linux/mac user

source venv/bin/activate

Window user

venv\Scripts\activate

Step 5

Install requirements

pip install -r requirements.txt

Step 6

Lancer le serveur local

python manage.py runserver 

About

django-invoice system

License:MIT License


Languages

Language:HTML 63.5%Language:Python 31.9%Language:CSS 3.8%Language:Dockerfile 0.5%Language:Shell 0.4%