Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine.
0
votes
1answer
169 views
Getting db_type() error while using django-facebook connect for DjangoApp
I'm using django-1.4 , sqlite3 , django-facebookconnect
Following instructions in Wiki to setup .
"python manage.py syncdb" throws an error .
Creating tables ...
Creating table auth_permission
...