[Answer]-Sqlite3 back end DB for django – weird error

1👍

Ok so it seems to be some sort of memory related error. If you are receiving this error you may be running too many variables through ram. In short you need to make your code more efficient for the data you are handling or slice up the data into more manageable chunks.

👤byates

Leave a comment