pombreda / django-hotclub

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

manage.py does not utlilize settings argument #193

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. create new settings file.
2. run ./manage.py test --settings=<SETTINGS_FILE>
3.

What is the expected output? What do you see instead?
The management command is not executed with the designated settings file.

What version of the product are you using? On what operating system?
0.7 SVN. Checked revision 1597.

Please provide any additional information below.

I believe it's the following line in manage.py:
  import settings as settings_mod # Assumed to be in the same directory.

Pinax is not grabbing the correct settings and passing it to setup_environ().

Original issue reported on code.google.com by stryderjzw on 5 Mar 2009 at 7:31

GoogleCodeExporter commented 9 years ago

Original comment by jtau...@gmail.com on 16 Mar 2009 at 3:11

GoogleCodeExporter commented 9 years ago
Moved to http://code.pinaxproject.com/tasks/task/66/

Original comment by pyDanny on 31 Mar 2009 at 11:23