Django Server Setup
Django Server Setup
You have 18 unapplied migration(s). Your project may not work properly until you
apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
January 12, 2022 - 00:59:16
Django version 4.0.1, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
####PS D:\PROJECTS\Django 101> python manage.py runserver
Watching for file changes with StatReloader
Performing system checks...
You have 18 unapplied migration(s). Your project may not work properly until you
apply the migrations for app(s): admin, auth, contenttypes, sessions.
January 12, 2022 - 01:01:24
Django version 4.0.1, using settings 'mysite.settings'
Starting development server at http://127.0.0.1:8000/
Quit the server with CTRL-BREAK.
[12/Jan/2022 01:01:24] "GET / HTTP/1.1" 200 10697
[12/Jan/2022 01:01:25] "GET /static/admin/css/fonts.css HTTP/1.1" 200 423
[12/Jan/2022 01:01:25] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1"
200 85692
[12/Jan/2022 01:01:25] "GET /static/admin/fonts/Roboto-Regular-webfont.woff
HTTP/1.1" 200 85876
[12/Jan/2022 01:01:25] "GET /static/admin/fonts/Roboto-Bold-webfont.woff HTTP/1.1"
200 86184
Not Found: /favicon.ico
[12/Jan/2022 01:01:25] "GET /favicon.ico HTTP/1.1" 404 2110
####PS D:\PROJECTS\Django 101> python manage.py runserver 0.0.0.0:8000
Watching for file changes with StatReloader
Performing system checks...
System check identified no issues (0 silenced).
You have 18 unapplied migration(s). Your project may not work properly until you
apply the migrations for app(s): admin, auth, contenttypes, sessions.
Run 'python manage.py migrate' to apply them.
January 12, 2022 - 01:02:25
Django version 4.0.1, using settings 'mysite.settings'
Starting development server at http://0.0.0.0:8000/
Quit the server with CTRL-BREAK.