Author: mtredinnick
Date: 2006-05-18 23:12:16 -0500 (Thu, 18 May 2006)
New Revision: 2944

Modified:
   django/trunk/docs/django-admin.txt
Log:
Fixed #1886 -- documented the syncdb option.


Modified: django/trunk/docs/django-admin.txt
===================================================================
--- django/trunk/docs/django-admin.txt  2006-05-19 03:47:59 UTC (rev 2943)
+++ django/trunk/docs/django-admin.txt  2006-05-19 04:12:16 UTC (rev 2944)
@@ -262,6 +262,21 @@
 Creates a Django project directory structure for the given project name in the
 current directory.
 
+syncdb
+------
+
+Creates the database tables for all apps in INSTALLED_APPS whose tables
+have not already been created.
+
+This is the command to use when you have added new applications to your
+project and want to install them in the database. This includes any
+applications shipped with Django that might be in INSTALLED_APPS by default.
+When you start a new project, run this command to install the default apps.
+
+If you are installing the ``django.contrib.auth`` application, ``sycndb`` will
+give you the option of creating a superuser immediately, which will permit you
+to log into the admin interface, for example, when the time comes.
+
 validate
 --------
 


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-updates
-~----------~----~----~----~------~----~------~--~---

Reply via email to