Skip to content

Latest commit

 

History

History
40 lines (19 loc) · 796 Bytes

README.md

File metadata and controls

40 lines (19 loc) · 796 Bytes

demo link - http://tejassawant.pythonanywhere.com/

Requirement

python get-pip.py

py -m pip install django

pip install pycryptodome

pip install django-admin-rangefilter

python -m pip install Pillow    

To run the server, run the following command:

python manage.py makemigrations
    
python manage.py migrate

python manage.py runserver

For customer login:

username:"user" password:"user"