Your Django Development process/steps (Step by Step)

Posted by AJ on Stack Overflow See other posts from Stack Overflow or by AJ
Published on 2010-05-25T01:44:09Z Indexed on 2010/05/25 1:51 UTC
Read the original article Hit count: 232

Filed under:
|

I want to know step by step process of how folks develop on Django here. I have seen that whenever I try to create a website in Django, I always get confused amongst:

  1. DB Schema/models.py
  2. UI/Template Structure
  3. Login module
  4. urls.py
  5. views.py

How do you approach this? I may have missed something. You do not need to elaborate everything, just stepwise what you do. If you do two things at the same time (or side-by-side), that would also be helpful to mention.

Thanks a lot.

© Stack Overflow or respective owner

Related posts about django

Related posts about development-process