Django Web Classes
Follow this guide as general Web development Learning resource for Python and Django
Table of Contents
prerequisite
Django is written in Python so you should be comfortable with it. Following are some resources for getting familiar with Python -
- Codecademy
- Learn Python the hard Way
- Google’s Python Class
- A Byte a Python
- TutsPlus
- Python Class - CC
- See this Blog by Full Stack Python
Getting Started with Django
Getting started with Django :-
- Evergreen Official Documentation with each small details
- Awesome projects by Justin Mitchel
- Harrison Kinsley
- Harrison Kinsley - YouTube
- Django Girls
- See the blog by Full Stack Python
Installations
Inside a virtual environment, whatever python dependency you install here, won’t affect your system related python dependencies, This way you can have more than one virtual environments i.e more than one Django versions together. For working on any specific version go to respective virtual env and activate that.
For more details see this -
Contributors
Add yourself to contributors list as you contribute in present format.
Contributing
Feel free to contribute to content. Follow the existing Readme.md to add information. Make a pull request !!!