Django notes
From Federal Burro of Information
http://dustinfarris.com/2012/09/29/setting-up-a-django-server-with-gentoo.html
the process for tuning the schema:
update the model: scm.py in this case.
python manage.py makemigrations scm python manage.py sqlmigrate scm 0004 python manage.py migrate scm python manage.py runserver