I am currently using two files - constants.py and choices.py to store
all the "fixed" (and also-to-be-translated) data that I use in my
app.  I am now wondering:

(a) is this a good/worthwhile/common thing to do?

(b) should I be doing the same for other fixed strings, even if they
do not need to be translated e.g. custom SQL code that is used in
other files (the idea being that there is one place to look to find
everything - particularly useful if the models+database change in some
way....)

Thanks
Derek

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@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