Hello in this is first project me.im happy
If You're On A Windows Machine , Make Environment Ready By Following Steps Below:
- Install
python3
,pip
,virtualenv
- Clone the project using:
git clone https://github.com/mohammadsaleehi/eshop_django.git
. - Make Environment Ready Like This:
cd eshop_project
python -m venv venv # Create Virtualenv with python.exe
venv\Scripts\activate
pip install -r requirements.txt
copy .env-sample .env
# create setting to file .env
python manage.py migrate # Create Database Tables
- Run
Eshop djanog
usingpython manage.py runserver
- Go to http://localhost:8000 to see your eshop django version.