Udemy course: The Ultimate Beginner's Guide to Django
Here is the three mini projects with finished homeworks
- Install virtualenv
- Choose and enter to needed project
- Activate virtualenv in venv folder by
source venv/bin/activate
- Enter to dir where you find
manage.py
file, then by command:python manage.py runserver
run