Pointing to the settings.py file should be done with a full package path, not automatically calculated
Bug #488421 reported by
Tiberiu Ichim
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Django Recipe |
New
|
Undecided
|
Unassigned |
Bug Description
I have an egg called "MyEgg", which has a package called "mypackage" with a settings.py file inside. Right now djangorecipe will append the egg name in front of the settings filename, instead of getting a full package + module pointer.
To post a comment you must log in.
Thanks for reporting this report.
Could you elaborate on this?