7 ms·
Doesn't django use sqlite by default?
by plonq 4y ago
Doesn't django use sqlite by default?
- imran-iq 4y agoYes 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/ https://docs.djangoproject.com/en/4.1/intro/tutorial02/