Skip to content

Commit 493df18

Browse files
committed
Merge pull request DjangoGirls#16 from bmispelon/syncdb-output
Fixed the output of `syncdb`.
2 parents 0cfef49 + cdf1529 commit 493df18

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

starting_django_project/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ To create a database for our blog we will type in console/command-line `python m
5151

5252
(blog) ~/mysite python manage.py syncdb
5353
Creating tables ...
54+
Creating table django_admin_log
5455
Creating table auth_permission
5556
Creating table auth_group_permissions
5657
Creating table auth_group
@@ -59,8 +60,6 @@ To create a database for our blog we will type in console/command-line `python m
5960
Creating table auth_user
6061
Creating table django_content_type
6162
Creating table django_session
62-
Creating table django_site
63-
Creating table django_admin_log
6463

6564
You just installed Django's auth system, which means you don't have any superusers defined.
6665
Would you like to create one now? (yes/no): yes

0 commit comments

Comments
 (0)