mirror of
https://github.com/django/django.git
synced 2025-08-04 19:08:28 +00:00
More migration docs, and conversion of all easy syncdb references
This commit is contained in:
parent
06103c8ef5
commit
f8297f6323
24 changed files with 172 additions and 67 deletions
|
@ -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
|
||||
==================
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue