Local Setup process:
In Admin panel:
admin@gmail.com
password: 12345
clone the repo - git clone https://github.com/emhash/Online-Fish-Market-Website.git
cd Online-Fish-Market-Website
Activate the envoirnment:
Try any of these below -
i) source xenon\Scripts\activate
ii) .xenon\Scripts\activated
iii) .xenon\Scripts\python
step3: python manage.py runserver
clone the repo - git clone https://github.com/emhash/Online-Fish-Market-Website.git
create a virtual envoirnment in python:
NOTE: if your envoirnment not creating by below code it means you dont have venv , so intall that -
create venv - python -m venv myenv
Activate the envoirnment:
Try any of these below -
i) .myenv\Scripts\activated
ii) .myenv\Scripts\python
iii) source myenv\Scripts\activate
cd Online-Fish-Market-Website
pip install -r requirements.txt
python manage.py runserver
----- THATS ALL THE PROJECT IS RUNNING -----