|
@@ -37,6 +37,13 @@ Install dependencies. On Debian, you will probably need the
|
|
|
You should now be able to run `python manage.py` (within the
|
|
|
virtualenv, obviously) without error.
|
|
|
|
|
|
+The `coin/settings_local.py` file is ignore by Git: feel free to override any
|
|
|
+setting by writing into that file. For example, to override the `DEBUG`
|
|
|
+settings:
|
|
|
+
|
|
|
+ echo '# -*- coding: utf-8 -*-' > coin/settings_local.py
|
|
|
+ echo 'DEBUG = TEMPLATE_DEBUG = True' >> coin/settings_local.py
|
|
|
+
|
|
|
|
|
|
More information
|
|
|
================
|