DEV Community

Discussion on: Do you create a Model or View first? In DJANGO?

Collapse
 
jerome profile image
Marc Jerome • Edited

I'm assuming this page.html requires models since you are using django.
My own way doing it is, I create a model first then views then urls.

But there are other methodologies justified by the philosophy of some programmer/s.
Some codes in the Test Driven Development (TDD) approach, Behavior Driven Development (BDD), to name a few.

If you are interested in these, I think you can pick a good book at Amazon.