You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apply all migrations: contenttypes, sessions, admin, auth
97
-
Synchronizing apps without migrations:
98
-
Creating tables...
99
-
Running deferred SQL...
100
-
Installing custom SQL...
95
+
Apply all migrations: auth, admin, contenttypes, sessions
101
96
Running migrations:
102
97
Rendering model states... DONE
103
98
Applying contenttypes.0001_initial... OK
104
99
Applying auth.0001_initial... OK
105
100
Applying admin.0001_initial... OK
101
+
Applying admin.0002_logentry_remove_auto_add... OK
106
102
Applying contenttypes.0002_remove_content_type_name... OK
107
103
Applying auth.0002_alter_permission_name_max_length... OK
108
104
Applying auth.0003_alter_user_email_max_length... OK
109
105
Applying auth.0004_alter_user_username_opts... OK
110
106
Applying auth.0005_alter_user_last_login_null... OK
111
107
Applying auth.0006_require_contenttypes_0002... OK
108
+
Applying auth.0007_alter_validators_add_error_messages... OK
112
109
Applying sessions.0001_initial... OK
113
110
111
+
114
112
And we're done! Time to start the web server and see if our website is working!
115
113
116
114
You need to be in the directory that contains the `manage.py` file (the `djangogirls` directory). In the console, we can start the web server by running `python manage.py runserver`:
0 commit comments