datatracker/test/settings_local_test.py
Henrik Levkowetz f55e0b00f9 * Adding a SERVER_EMAIL setting in settings.py and settings_local_test.py
* Adding the ability to take trailing comments in testurl.list files
 * Listing skipped (not tested) urls in the URL test
 - Legacy-Id: 262
2007-06-08 17:01:07 +00:00

6 lines
171 B
Python

DEFAULT_FROM_EMAIL = 'Django IETFdb Test Server<django-test@tools.ietf.org>'
SERVER_EMAIL = 'Django IETFdb Test Server<django-test@tools.ietf.org>'
SERVER_MODE = 'test'