Commit 09dd9ba863b9ed806c58f3dd3e6e8a5fca3c0628
1 parent
5cc867f2
Replaced syncdb by migrate in docs
Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -13,7 +13,8 @@ To get started using the ``comments`` app, follow these steps: | @@ -13,7 +13,8 @@ To get started using the ``comments`` app, follow these steps: | ||
| 13 | #. Install the comments framework by adding ``'django_comments'`` to | 13 | #. Install the comments framework by adding ``'django_comments'`` to |
| 14 | :setting:`INSTALLED_APPS`. | 14 | :setting:`INSTALLED_APPS`. |
| 15 | 15 | ||
| 16 | -#. Run ``manage.py syncdb`` so that Django will create the comment tables. | 16 | +#. Run ``manage.py migrate`` (or ``manage.py syncdb`` on Django 1.6) so that |
| 17 | + Django will create the comment tables. | ||
| 17 | 18 | ||
| 18 | #. Add the comment app's URLs to your project's ``urls.py``: | 19 | #. Add the comment app's URLs to your project's ``urls.py``: |
| 19 | 20 |
Please
register
or
login
to post a comment