Another point is one made by Alex Gaynor at PyCon 2012. Too often,
people ask "How do I do X in Django," when they should be asking "How
do I do X in Python," or "Does Django have something for X."

The first question is too limiting. Remember that Django is just some
Python code.

The second question expands your thinking. Is there any Python library
out there that does what I want? If not, should I write one?

The third question is good because it may prevent you from
re-inventing the wheel. If Django *does* have something that does what
you want, you may as well use it. But if not, you're far from stuck.

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


Reply via email to