Skip to content

Commit

Permalink
Merge pull request #399 from farooqaaa/master
Browse files Browse the repository at this point in the history
Removed quotes from username value for createsuperuser command
  • Loading branch information
bernardopires committed Oct 22, 2016
2 parents fe35aeb + 529361a commit a43488a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/use.rst
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ The command ``createsuperuser`` is already automatically wrapped to have a ``sch

.. code-block:: bash
./manage.py createsuperuser --username='admin' --schema=customer1
./manage.py createsuperuser --username=admin --schema=customer1
list_tenants
Expand Down

0 comments on commit a43488a

Please sign in to comment.