Closed nataliedawson closed 7 years ago
While following the first part of step 6. in the installation notes:
cd rootsite ./manage.py migrate tst
I get the following error:
django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3
Does this mean that pysqlite or sqlite3 modules should be included within rootsite/tst/requirements.txt?
pysqlite
sqlite3
rootsite/tst/requirements.txt
While following the first part of step 6. in the installation notes:
I get the following error:
django.core.exceptions.ImproperlyConfigured: Error loading either pysqlite2 or sqlite3 modules (tried in that order): No module named _sqlite3
Does this mean that
pysqlite
orsqlite3
modules should be included withinrootsite/tst/requirements.txt
?