Wednesday, November 2, 2011

Re: "python manage.py syncdb" creates no tables (tutorial)

On Wed, 2011-11-02 at 04:59 -0700, angelika wrote:
> I'm following the tutorial on this page:
> https://docs.djangoproject.com/en/1.3/intro/tutorial01/
>
> In it, the 'python manage.py syncdb' command is supposed to be run to
> create tables for the apps in the INSTALLED_APPS setting, right? And
> this bit seems to come before you start creating an app. Or have I
> misunderstood it?

*after* creating the app and adding at least *one* model.
--
regards
Kenneth Gonsalves

--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

No comments:

Post a Comment