Status: New Owner: ---- Labels: Type-Defect Priority-Medium New issue 193 by stryderjzw: manage.py does not utlilize settings argument http://code.google.com/p/django-hotclub/issues/detail?id=193
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(). -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pinax-updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pinax-updates?hl=en -~----------~----~----~----~------~----~------~--~---
