Re: ValueError source code string cannot contain null bytes

2018-05-12 Thread Arif Arman
Hi I am having the same error. Did you manage to solve it? On Thursday, December 7, 2017 at 10:30:16 AM UTC+6, Rajeshwaran wrote: > > Hi All, > > I am facing this "ValueError: source code string cannot contain null > bytes" error when i create a sqlite3 databas

ValueError: source code string cannot contain null bytes

2017-12-06 Thread Rajeshwaran
Hi All, I am facing this "ValueError: source code string cannot contain null bytes" error when ever i create a splite3 database and use it. Below are the steps i follow. 1. Create the database using db browser. 2. Run python "manage.py inspectdb > models.py" 3

ValueError source code string cannot contain null bytes

2017-12-06 Thread Rajeshwaran
Hi All, I am facing this "ValueError: source code string cannot contain null bytes" error when i create a sqlite3 database and run the application. Steps that i do : 1. Create database using db browser for SQLITE3 2. Create model by running "python manage.py inspectdb &g