We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6413005 commit 13cc469Copy full SHA for 13cc469
1 file changed
README.md
@@ -49,6 +49,8 @@ For additional information see [Settings](https://vsdudakov.github.io/fastadmin#
49
50
### Quick Tutorial
51
52
+### Setup with your framework:
53
+
54
#### For FastAPI:
55
56
```python
@@ -124,7 +126,7 @@ python manage.py runserver
124
126
Go to [http://localhost:8000/admin](http://localhost:8000/admin).
125
127
128
-#### Register ORM models
129
+### Register ORM models:
130
131
You have to implement authenticate method for FastAdmin authentication on AdminModel class which is registered for ADMIN_USER_MODEL.
132
0 commit comments