Y
Hacker News
new
|
ask
|
show
|
jobs
by
encoderer
5034 days ago
If you follow defaults you'll be using SQLite in Django and won't have any of the MySQL headache.
But you're right about needing PIP.
1 comments
est
5034 days ago
If you are working on a serious project you are likely to write some db specific code, sqlite3 is only suitable for general ORM-only tasks.
link