- An Adminpanel dashboard for an E-commerce app. Anyone can use this tempalate and integrate it with their working store-front. Feel free to star this repo if it was of any help!
- Inventory management system
- CREATE VIRTUAL ENVIRONMENT
pip install virtualenv
To use venv in your project, in your terminal, create a new project folder, cd to the project folder in your terminal, and run the following command:
python<version> -m venv <virtual-environment-name>
Activate the virtual environment
source env/bin/activate
- INSTALL ALL THE REQUIREMENTS
pip install -r requirements.txt
- Go to the billing_app folder
cd billing_app
- Set up the database and server and make it up and running
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- To create superadmin
python manage.py createsuperuser
- Payment integration
- Filtering the billing history