diff options
author | Puneeth Chaganti | 2014-09-11 08:36:11 -0400 |
---|---|---|
committer | Puneeth Chaganti | 2014-09-11 08:36:11 -0400 |
commit | 364922e3daa2f4a65f98091a3b97fe6c0063ad66 (patch) | |
tree | 71fc25284f1c4d0d5ac9671e00d2d49ba1b812c3 /scipy/sample-config.py | |
parent | 285c9ae6c5e2b2466b3fd55c3fe1c7f758d2ccaf (diff) | |
download | scipy2014-364922e3daa2f4a65f98091a3b97fe6c0063ad66.tar.gz scipy2014-364922e3daa2f4a65f98091a3b97fe6c0063ad66.tar.bz2 scipy2014-364922e3daa2f4a65f98091a3b97fe6c0063ad66.zip |
Make it easier for new contributors to get started.
Diffstat (limited to 'scipy/sample-config.py')
-rw-r--r-- | scipy/sample-config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scipy/sample-config.py b/scipy/sample-config.py new file mode 100644 index 0000000..6d7d980 --- /dev/null +++ b/scipy/sample-config.py @@ -0,0 +1,5 @@ +DB_ENGINE = 'django.db.backends.sqlite3' +DB_NAME = 'scipy.db' +DB_USER = '' +DB_PASS = '' +SECRET_KEY = 'Use your secret key here' |