We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cfef49 + cdf1529 commit 493df18Copy full SHA for 493df18
1 file changed
starting_django_project/README.md
@@ -51,6 +51,7 @@ To create a database for our blog we will type in console/command-line `python m
51
52
(blog) ~/mysite python manage.py syncdb
53
Creating tables ...
54
+ Creating table django_admin_log
55
Creating table auth_permission
56
Creating table auth_group_permissions
57
Creating table auth_group
@@ -59,8 +60,6 @@ To create a database for our blog we will type in console/command-line `python m
59
60
Creating table auth_user
61
Creating table django_content_type
62
Creating table django_session
- Creating table django_site
63
- Creating table django_admin_log
64
65
You just installed Django's auth system, which means you don't have any superusers defined.
66
Would you like to create one now? (yes/no): yes
0 commit comments