Skip to content

Commit 36c3ee3

Browse files
committed
Fix dashboard widgets and auto register inlines.
1 parent df48b79 commit 36c3ee3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ Configure required settings using virtual environment variables:
234234

235235

236236

237-
Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href='#settings'>here</a>
237+
Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href='https://vsdudakov.github.io/fastadmin#settings'>here</a>
238238

239239

240240

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
poetry add 'fastadmin[flask,sqlalchemy]' # for flask with sqlalchemy
2727

2828
</code>
29-
</pre> <p class=text-4> Configure required settings using virtual environment variables: </p> <p class="alert alert-info"> Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href=#settings>here</a> </p> <pre>
29+
</pre> <p class=text-4> Configure required settings using virtual environment variables: </p> <p class="alert alert-info"> Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href=https://vsdudakov.github.io/fastadmin#settings>here</a> </p> <pre>
3030
<code class=language-bash>
3131

3232
export ADMIN_USER_MODEL=User

0 commit comments

Comments
 (0)