YunNet / Opensource Django Tutorial
Goals
- Basic MVC framework concept.
- Basic HTML/ CSS / JS concept
- Ability to build a django website on linux
Environment
- Ubuntu 16.04 LTS or any other Linux OS.
- Python 2.7 or upper (maybe bpython as editor if you want.)
- vim / nano or anyother editor you are familiar with.
- tmux / screen make improve your effectiveness.
Background Knowledge
- Familiar with any Linux OS.
- Concept of programming a python script.
- MVC framework.
- CSS / Bootstrap or anyother html decorating framework.
- Javascript, just a little bit.
Outline of Lessons
- Installation of Pipe / Virtual Environment / Django.
- What's MVC?
- Hello Django!
- Relationship b/w view, template, form, and model.