Skip to content

Commit 96d0bb2

Browse files
committed
Fixed #15
1 parent 02256d2 commit 96d0bb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ pip install fastadmin
4040
#### Setup ENV variables
4141

4242
```bash
43-
export ADMIN_USER_MODEL = User
44-
export ADMIN_USER_MODEL_USERNAME_FIELD = username
45-
export ADMIN_SECRET_KEY = secret_key
43+
export ADMIN_USER_MODEL=User
44+
export ADMIN_USER_MODEL_USERNAME_FIELD=username
45+
export ADMIN_SECRET_KEY=secret_key
4646
```
4747

4848
For additional information see [Settings](https://vsdudakov.github.io/fastadmin#settings) documentation.

0 commit comments

Comments
 (0)