simple and easily manageable django based Ecommerce website
Mutliple Items
- To get this project up and running make sure that Python installed on your computer. Now you have to create a VirtualEnvironment by using this command:
pip install virtualenv
- That will create a new folder env in your project directory. Next activate it with this command on Window:
env\scripts\activate
- Install the project dependencies with:-
pip install -r requirements.txt
- Now run the project with this command:-
python manage.py runserver