Thunderbird/ISPDB: Difference between revisions

Line 11: Line 11:
*Problem running python manage.py test (Template Error). Make sure you run python manage.py test --settings=local_settings
*Problem running python manage.py test (Template Error). Make sure you run python manage.py test --settings=local_settings


<br>  
<br>
 
*Why do you sometimes need a soft link called ispdb pointing back at itself?
<br>
When you run a python manage.py <cmd>, django automatically adds the current directory to your sys.path. Since ../ is in the current directory ispdb will look like a package (because it has a __init__.py file). If your folder name is NOT ispdb, then the softlink is necessary to resolve all the references (i.e ispdb.config)


== Making a patch  ==
== Making a patch  ==
30

edits