On 2/18/06, Maniac <[EMAIL PROTECTED]> wrote: > It's good that current settings.py looks small. This adds to the feeling > of perceived simplicity of Django. It is important because settings.py > is one of the first things that new user sees.
How about putting all the essential configuration items at the top of the generated settings.py, with an obvious 'border' that marks 'optional, but possibly useful configuration options below this line'; e.g., ... INSTALLED_APPS = ( ) ######################################## # Optional, but possibly useful configuration items follow ######################################## # E-mail address that error messages come from. #SERVER_EMAIL = '[EMAIL PROTECTED]' ... Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django developers" group. To post to this group, send email to django-developers@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-developers -~----------~----~----~----~------~----~------~--~---