Hacker News new | ask | show | jobs
by plonq 1214 days ago
Doesn't django use sqlite by default?
1 comments

Yes it does[0]. Which makes the parent comment even more hilarious.

> By default, the configuration uses SQLite.

--- 0: https://docs.djangoproject.com/en/4.1/intro/tutorial02/