You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: databases.html
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -91,7 +91,8 @@ <h1>Databases</h1>
91
91
databases.</p>
92
92
<p><aclass="reference external" href="http://www.sqlite.org/">SQLite</a> is a database that is stored in a single
93
93
file on disk. SQLite is built into Python but is only built for access
94
-
by a single connection at a time.</p>
94
+
by a single connection at a time. Therefore is highly recommended to not
95
+
<aclass="reference external" href="https://docs.djangoproject.com/en/dev/ref/databases/#database-is-locked-errors">run a production web application with SQLite</a>.</p>
0 commit comments