From 77c9f5599353531c7254e9b8b2833db8524852e7 Mon Sep 17 00:00:00 2001 From: Santiago Date: Mon, 25 Aug 2014 14:36:50 -0300 Subject: [PATCH] Syncdb missing --- docs/install.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/install.rst b/docs/install.rst index 516148f8d..efc21e90e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -24,4 +24,12 @@ If you need an OAuth2 provider you'll want to add the following to your urls.py url(r'^o/', include('oauth2_provider.urls', namespace='oauth2_provider')), ) -Next step is our :doc:`first tutorial `. \ No newline at end of file +Sync your database +------------------ + +.. sourcecode:: sh + + $ python manage.py syncdb + $ python manage.py migrate oauth2_provider + +Next step is our :doc:`first tutorial `.