Skip to content

Commit 2de4f6d

Browse files
committed
More test setup
- Legacy-Id: 199
1 parent 0ed54be commit 2de4f6d

2 files changed

Lines changed: 20 additions & 0 deletions

File tree

test/settings_local_test.py

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
2+
# Make this unique, and don't share it with anybody.
3+
SECRET_KEY = 'oa0w4@r(=_0qvlnt#9c*_)3rclq4m^zd+19z)zk!=fo=d!ibyw'
4+
5+
DATABASE_NAME = 'ietfdb' # Or path to database file if using sqlite3.
6+
DATABASE_USER = 'django' # Not used with sqlite3.
7+
DATABASE_PASSWORD = 'zappa00' # Not used with sqlite3.
8+
9+
USE_I18N = False
10+
11+
TIME_ZONE = 'Europe/Stockholm'
12+
13+
SERVER_MODE = 'test'
14+

test/test-setup

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
#
3+
# put in place a suitable settings_local.py for our application to find
4+
5+
cp test/settings_local_test.py ietf/settings_local.py
6+

0 commit comments

Comments
 (0)