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 djanogusingpython manage.py runserver - Go to http://localhost:8000 to see your eshop django version.