We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040ff2b commit 02256d2Copy full SHA for 02256d2
1 file changed
docs/index.html
@@ -261,9 +261,9 @@ <h3>Installation</h3>
261
</p>
262
<pre>
263
<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
+export ADMIN_USER_MODEL=User
+export ADMIN_USER_MODEL_USERNAME_FIELD=username
+export ADMIN_SECRET_KEY=secret_key
267
</code>
268
</pre>
269
<p class="alert alert-warning">
0 commit comments