Skip to content

Commit 77c9f55

Browse files
committed
Syncdb missing
1 parent e983442 commit 77c9f55

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

docs/install.rst

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,12 @@ If you need an OAuth2 provider you'll want to add the following to your urls.py
2424
url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')),
2525
)
2626
27-
Next step is our :doc:`first tutorial <tutorial/tutorial_01>`.
27+
Sync your database
28+
------------------
29+
30+
.. sourcecode:: sh
31+
32+
$ python manage.py syncdb
33+
$ python manage.py migrate oauth2_provider
34+
35+
Next step is our :doc:`first tutorial <tutorial/tutorial_01>`.

0 commit comments

Comments
 (0)