On 21 March 2011 18:07, Matt Harasymczuk <m...@harasymczuk.pl> wrote: > Thats right, > there should be a secret_settings.py file with db credentials and > secret_key > also a warning that it should not be added to version control
settings.py already has a warning: # Make this unique, and don't share it with anybody. I usually keep the generated default in VCS, so that anyone other team members don't have to put it in their localsettings.py. Staging and production servers have their own settings anyway, so it's not really a problem. I'm not sure what exactly are you proposing. Do you want to change the default project template or the docs ? -- Łukasz Rekucki -- 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 django-developers+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-developers?hl=en.