https://github.com/dsanzh/the-ultimate-beginners-guide-to-django
Three little project from udemy course
https://github.com/dsanzh/the-ultimate-beginners-guide-to-django
django django-application django-blog django-bootstrap3 udemy-tutorial
Last synced: 2 months ago
JSON representation
Three little project from udemy course
- Host: GitHub
- URL: https://github.com/dsanzh/the-ultimate-beginners-guide-to-django
- Owner: DSanzh
- License: mit
- Created: 2017-11-13T17:36:24.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-23T16:20:19.000Z (over 7 years ago)
- Last Synced: 2025-03-13T15:39:58.952Z (3 months ago)
- Topics: django, django-application, django-blog, django-bootstrap3, udemy-tutorial
- Language: Python
- Homepage: https://www.udemy.com/the-ultimate-beginners-guide-to-django-python-web-dev-website/learn/v4/overview
- Size: 18.5 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Udemy course: [The Ultimate Beginner's Guide to Django](https://www.udemy.com/the-ultimate-beginners-guide-to-django-python-web-dev-website/learn/v4/overview)
Here is the three mini projects with finished homeworks
## Getting started
1. Install virtualenv
2. Choose and enter to needed project
3. Activate virtualenv in venv folder bysource venv/bin/activate
4. Enter to dir where you findmanage.py
file, then by command:python manage.py runserver
run