Django notes

From Federal Burro of Information
Revision as of 18:56, 15 September 2014 by David (talk | contribs)
Jump to navigationJump to search

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