After reviewing the code i have written for a non-trivial but still modest Django app, I realized that my names for Django objects followed no standard (case, plural, underscores, etc) - I discovered this when I wasted at least 30 minutes trying to figure out an error that was caused by a wrong case name for class in my model (ok, it was late, I was tired).
I have done some searching but could not find a set of standard naming conventions that is recommended for Django objects: - project name - application name - class names in models.py - template names - names of keys in my results object of render_to_response - form names in forms.py does anyone know of one they might point out? thanks, Peter Liske --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---