We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02256d2 commit 96d0bb2Copy full SHA for 96d0bb2
1 file changed
README.md
@@ -40,9 +40,9 @@ pip install fastadmin
40
#### Setup ENV variables
41
42
```bash
43
-export ADMIN_USER_MODEL = User
44
-export ADMIN_USER_MODEL_USERNAME_FIELD = username
45
-export ADMIN_SECRET_KEY = secret_key
+export ADMIN_USER_MODEL=User
+export ADMIN_USER_MODEL_USERNAME_FIELD=username
+export ADMIN_SECRET_KEY=secret_key
46
```
47
48
For additional information see [Settings](https://vsdudakov.github.io/fastadmin#settings) documentation.
0 commit comments