Thunderbird/ISPDB: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 1: | Line 1: | ||
For status meeting information see the [[Thunderbird/ISPDB/StatusMeetings|status meeting page]] | |||
== Django Info == | |||
For dumping the DB data: | |||
[http://code.djangoproject.com/wiki/Fixtures http://code.djangoproject.com/wiki/Fixtures] | |||
== Setup Issues == | == Setup Issues == | ||
*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 | ||
== QA == | |||
Revision as of 20:55, 26 September 2009
For status meeting information see the status meeting page
Django Info
For dumping the DB data:
http://code.djangoproject.com/wiki/Fixtures
Setup Issues
- Problem running python manage.py test (Template Error). Make sure you run python manage.py test --settings=local_settings