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: 252
django
|development-process
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:
- DB Schema/models.py
- UI/Template Structure
- Login module
- urls.py
- 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