Your Django Development process/steps (Step by Step)
- by AJ
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.