I am facing this error:
ValueError: source code string cannot contain null bytes
whenever I create a splite3 database and use it.
Below are the steps i follow:
- Create the database using db browser.
- Run
python manage.py inspectdb > customer.py - Run the server with
python manage.py runserver
I get this error when I run the server. Could someone please help me with this?
customer.py, meaning, does the error only happen when this file is present?