We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748ebf8 commit 09a9239Copy full SHA for 09a9239
docs/getting_started/index.html
@@ -94,8 +94,7 @@
94
</div>
95
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
96
<div class="section" itemprop="articleBody">
97
-
98
- <p>from starlette.applications import Starlette</p>
+
99
<h1 id="getting-started">Getting started</h1>
100
<h2 id="configure-the-connection-to-the-database">Configure the connection to the database</h2>
101
<p>for example for PostgreSQL database.py:</p>
docs_sources/docs/getting_started.md
@@ -1,5 +1,3 @@
1
-from starlette.applications import Starlette
2
3
# Getting started
4
5
## Configure the connection to the database
0 commit comments