How do I set up SQLite with a Django project?

前端 未结 1 939
没有蜡笔的小新
没有蜡笔的小新 2021-01-26 08:59

I have read the Django documentation (For reference, https://docs.djangoproject.com/en/1.3/intro/tutorial01/), but I\'m still having issues setting up a Django project to work w

相关标签:
1条回答
  • 2021-01-26 09:51

    Do a 'sudo apt-get install libsqlite3-dev' and then recompile Python 2.7.

    In the long term, to reduce ambiguity of co-existing Python installations and packages, I highly recommend installing pip, virtualenv, and virtualenvwrapper.

    0 讨论(0)
提交回复
热议问题