More migration docs, and conversion of all easy syncdb references

This commit is contained in:
Andrew Godwin 2013-07-25 16:19:36 +01:00
parent 06103c8ef5
commit f8297f6323
24 changed files with 172 additions and 67 deletions

View file

@ -53,10 +53,11 @@ automatically:
.. code-block:: bash
manage.py syncdb
manage.py migrate
The :djadmin:`syncdb` command looks at all your available models and creates
tables in your database for whichever tables don't already exist.
The :djadmin:`migrate` command looks at all your available models and creates
tables in your database for whichever tables don't already exist, as well as
optionally providing :doc:`much richer schema control </topics/migrations>`.
Enjoy the free API
==================