google-code-export / django-hotclub

Automatically exported from code.google.com/p/django-hotclub
MIT License
0 stars 0 forks source link

pinax_clone_project should only modify PINAX_ROOT in the a local_settings.py #160

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
pinax_clone_project currently modifies the value of PINAX_ROOT in the 
settings.py file, but that 
shouldn't be generally edited (in most cases). The command should create the 
local_settings.py and 
modify PINAX_ROOT there.

Original issue reported on code.google.com by bros...@gmail.com on 25 Jan 2009 at 2:33

GoogleCodeExporter commented 9 years ago

Original comment by pyDanny on 13 Mar 2009 at 4:26

GoogleCodeExporter commented 9 years ago

Original comment by jtau...@gmail.com on 16 Mar 2009 at 2:56

GoogleCodeExporter commented 9 years ago
I have fixed this in 
http://code.pinaxproject.com/codebases/codebase/pinax/changesets/1614/ and it 
will no 
longer modify it in the default case. Since Pinax is now a proper Python 
package we can determine the 
PINAX_ROOT based on pinax.__file__.

Original comment by bros...@gmail.com on 19 Mar 2009 at 7:25