7 lines
142 B
Bash
Executable file
7 lines
142 B
Bash
Executable file
#!/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
|
|
|