PS C:\Users\pcaur\projeto_integrador_I> venv\Scripts\activate (venv) PS C:\Users\pcaur\projeto_integrador_I> python manage.py runserver Watching for file changes with StatReloader Performing system checks...
System check identified some issues:
WARNINGS: ?: (staticfiles.W004) The directory 'C:\Users\pcaur\projeto_integrador_I\setup/stetic' in the STATICFILES_DIRS setting does not exist.
System check identified 1 issue (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. May 25, 2024 - 18:51:52 Django version 5.0.6, using settings 'setup.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CTRL-BREAK.