Skip to content

Commit

Permalink
Fix dashboard widgets and auto register inlines.
Browse files Browse the repository at this point in the history
  • Loading branch information
vsdudakov committed Aug 3, 2024
1 parent df48b79 commit 36c3ee3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ Configure required settings using virtual environment variables:



Note: You can add these variables to .env and use python-dotenv to load them. See all settings <a href='#settings'>here</a>
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>



Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
poetry add 'fastadmin[flask,sqlalchemy]' # for flask with sqlalchemy

</code>
</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>
</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>
<code class=language-bash>

export ADMIN_USER_MODEL=User
Expand Down

0 comments on commit 36c3ee3

Please sign in to comment.