PS D:\Django> django-admin startproject HelloWorld PS D:\Django> cd .\HelloWorld\ PS D:\Django\HelloWorld> 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. December 11, 2022 - 13:00:05 Django version 4.1.4, using settings 'HelloWorld.settings' Starting development server at http://0.0.0.0:8000/ Quit the server with CTRL-BREAK. [11/Dec/202213:00:40] "GET / HTTP/1.1"20010681 [11/Dec/202213:00:40] "GET /static/admin/css/fonts.css HTTP/1.1"200423 [11/Dec/202213:00:40] "GET /static/admin/fonts/Roboto-Bold-webfont.woff HTTP/1.1"20086184 [11/Dec/202213:00:40] "GET /static/admin/fonts/Roboto-Regular-webfont.woff HTTP/1.1"20085876 [11/Dec/202213:00:40] "GET /static/admin/fonts/Roboto-Light-webfont.woff HTTP/1.1"20085692 Not Found: /favicon.ico [11/Dec/202213:00:40] "GET /favicon.ico HTTP/1.1"4042114