WebShop based on the Django Framework
- Activate the virtual environment
- Install dependencies
- Change create conf.cnf with your settings in the base dir. See DATABASES in webshop/settings.py
- Server start
clone ...
evenv\scripts\activate
pip install -r requirements.txt
cd webshop
python manage.py runserver
Python 3.6
Django==1.11.16
djangorestframework==3.8.2
mysqlclient==1.3.10
django-mysql==2.4.1
see requirements.txt
- SoftUni Sofia - code snippets