Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1013 Bytes

README.rst

File metadata and controls

22 lines (15 loc) · 1013 Bytes

Django Tutorial 1.3

I'm just learning how to use Django, then @andrewsmedina suggested i do the oficial tutorial of Django. So i did it :)

more information about Django Tutorial

what i learned?

  • It's so cool, because the exhaustive code is already done, you just worry with the specific problems of your project
  • My code has never been so beautiful :) // The zen of Python
  • Now more technical.. It's very compreensive and useful tutorial, which deals with Model, Views, Templates, Django Admin and another tips and features realy useful to introduce you to the Django
  • I just like so much, try for yourself and tell me about it =D

External links

If you new in Python development you may consider have a look in Python Tutorial

Official Django website