Skip to content

Commit 02256d2

Browse files
committed
Fixed #15
1 parent 040ff2b commit 02256d2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -261,9 +261,9 @@ <h3>Installation</h3>
261261
</p>
262262
<pre>
263263
<code class="language-bash">
264-
export ADMIN_USER_MODEL = User
265-
export ADMIN_USER_MODEL_USERNAME_FIELD = username
266-
export ADMIN_SECRET_KEY = secret_key
264+
export ADMIN_USER_MODEL=User
265+
export ADMIN_USER_MODEL_USERNAME_FIELD=username
266+
export ADMIN_SECRET_KEY=secret_key
267267
</code>
268268
</pre>
269269
<p class="alert alert-warning">

0 commit comments

Comments
 (0)