So my questions are simple:

What are your opinions on the best methodologies and practices for
developing django apps and projects?

What sort of planning do you do for an application or project?

What development techniques do you use to help conceptualize an
evolving project/app?

For example:
Do you prefer to write URLconfs first and let those guide your views
which necessitate writing models, or write the models first and then
views to perform operations on the models, or maybe even templates to
help visualize what is needed for each section/page/app/whatever and
then build backends to fulfill those needs...

... or any number of permutations along those themes.

So what works for you? Why? What doesn't work or what stumbling blocks
do certain routes present?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to