Changes between Initial Version and Version 1 of Ticket #33666
- Timestamp:
- Apr 27, 2022, 9:27:34 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33666
- Property Resolution → invalid
- Property Severity Release blocker → Normal
- Property Status new → closed
-
Ticket #33666 – Description
initial v1 1 1 I have installed django 4.0.4 , I have created new project via "django-admin startproject core .", then I run "py manage.py runserver", after that I am getting the below error. 2 2 I have windows 10. 3 3 {{{ 4 4 Watching for file changes with StatReloader 5 5 Exception in thread django-main-thread: … … 62 62 from .suite import BaseTestSuite, TestSuite 63 63 ValueError: source code string cannot contain null bytes 64 }}}