An open API service indexing awesome lists of open source software.

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

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 by source venv/bin/activate
4. Enter to dir where you find manage.py file, then by command: python manage.py runserver run