#13691: install instructions are unclear about creation of db tables
------------------------------------+---------------------------------------
          Reporter:  webcomm        |         Owner:  nobody
            Status:  new            |     Milestone:        
         Component:  Documentation  |       Version:  1.2   
        Resolution:                 |      Keywords:        
             Stage:  Unreviewed     |     Has_patch:  0     
        Needs_docs:  0              |   Needs_tests:  0     
Needs_better_patch:  0              |  
------------------------------------+---------------------------------------
Changes (by kmtracey):

  * component:  django-admin.py runserver => Documentation

Comment:

 The error "no such table: django_session" implies you have not run syncdb
 before trying to run the server. The tutorial does include instructions to
 run syncdb, in this section:
 http://docs.djangoproject.com/en/1.2/intro/tutorial01/#database-setup,
 after noting that the default apps included in INSTALLED_APPS each require
 at least one table. (django_session is used by django.contrib.sessions).
 This is not a bug in runserver; there might be a lack of clarity in
 documentation somewhere but I'm not seeing it myself since near as I can
 see the doc does mention exactly what needs to be done to get things
 running properly.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/13691#comment:5>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

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

Reply via email to