* db directory in root usually holds production data and causes git to
complain about not being able to read it
* static directory in root holds the collected static files which are
regenerated/collected at build time
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>
When a new deployment is created, or when new settings are added, we
want to avoid overwriting settings that may already be present. So we
use the settings.example.py file for default settings and settings.py
for deployment settings instead.
Signed-off-by: Alek Ratzloff <alekratz@gmail.com>