GNOME Bugzilla – Bug 629868
add "do not edit" to settings.py
Last modified: 2010-10-22 14:43:18 UTC
For clearer understanding it would be helpful to state at the beginning of settings.py that users should place their settings in local_settings.py instead. One could also make INSTALL clearer on that: "Edit your local_settings.py, but leave settings.py"
Hi Michael, From the INSTALL file, there is already a line said, """ 2. Set up your local settings file (in your snowy git checkout): cp local_settings.py.in local_settings.py """ I guess it will probably guide users to use local_settings.py instead of settings.py. Do you mean by just updating comments ahead of INSTALL file or something? :)
Yeah, we discussed this in IRC a bit. We should be more clear about not editing settings.py in INSTALL, and we should add some comments to settings.py indicating that local_settings.py should be edited instead.
Created attachment 172969 [details] [review] self explanitory
Review of attachment 172969 [details] [review]: Lovely
:)