More test setup
- Legacy-Id: 199
This commit is contained in:
parent
0ed54be5d8
commit
2de4f6d6d7
|
@ -0,0 +1,14 @@
|
||||||
|
|
||||||
|
# Make this unique, and don't share it with anybody.
|
||||||
|
SECRET_KEY = 'oa0w4@r(=_0qvlnt#9c*_)3rclq4m^zd+19z)zk!=fo=d!ibyw'
|
||||||
|
|
||||||
|
DATABASE_NAME = 'ietfdb' # Or path to database file if using sqlite3.
|
||||||
|
DATABASE_USER = 'django' # Not used with sqlite3.
|
||||||
|
DATABASE_PASSWORD = 'zappa00' # Not used with sqlite3.
|
||||||
|
|
||||||
|
USE_I18N = False
|
||||||
|
|
||||||
|
TIME_ZONE = 'Europe/Stockholm'
|
||||||
|
|
||||||
|
SERVER_MODE = 'test'
|
||||||
|
|
|
@ -0,0 +1,6 @@
|
||||||
|
#!/bin/bash
|
||||||
|
#
|
||||||
|
# put in place a suitable settings_local.py for our application to find
|
||||||
|
|
||||||
|
cp test/settings_local_test.py ietf/settings_local.py
|
||||||
|
|
Loading…
Reference in a new issue