Loading docs/django-admin.txt +16 −16 Original line number Diff line number Diff line Loading @@ -93,22 +93,6 @@ backend. See the `cache documentation`_ for more information. .. _cache documentation: ../cache/ dbshell ------- Runs the command-line client for the database engine specified in your ``DATABASE_ENGINE`` setting, with the connection parameters specified in your ``DATABASE_USER``, ``DATABASE_PASSWORD``, etc., settings. * For PostgreSQL, this runs the ``psql`` command-line client. * For MySQL, this runs the ``mysql`` command-line client. * For SQLite, this runs the ``sqlite3`` command-line client. This command assumes the programs are on your ``PATH`` so that a simple call to the program name (``psql``, ``mysql``, ``sqlite3``) will find the program in the right place. There's no way to specify the location of the program manually. createsuperuser --------------- Loading @@ -134,6 +118,22 @@ This command is only available if Django's `authentication system`_ .. _authentication system: ../authentication/ dbshell ------- Runs the command-line client for the database engine specified in your ``DATABASE_ENGINE`` setting, with the connection parameters specified in your ``DATABASE_USER``, ``DATABASE_PASSWORD``, etc., settings. * For PostgreSQL, this runs the ``psql`` command-line client. * For MySQL, this runs the ``mysql`` command-line client. * For SQLite, this runs the ``sqlite3`` command-line client. This command assumes the programs are on your ``PATH`` so that a simple call to the program name (``psql``, ``mysql``, ``sqlite3``) will find the program in the right place. There's no way to specify the location of the program manually. diffsettings ------------ Loading Loading
docs/django-admin.txt +16 −16 Original line number Diff line number Diff line Loading @@ -93,22 +93,6 @@ backend. See the `cache documentation`_ for more information. .. _cache documentation: ../cache/ dbshell ------- Runs the command-line client for the database engine specified in your ``DATABASE_ENGINE`` setting, with the connection parameters specified in your ``DATABASE_USER``, ``DATABASE_PASSWORD``, etc., settings. * For PostgreSQL, this runs the ``psql`` command-line client. * For MySQL, this runs the ``mysql`` command-line client. * For SQLite, this runs the ``sqlite3`` command-line client. This command assumes the programs are on your ``PATH`` so that a simple call to the program name (``psql``, ``mysql``, ``sqlite3``) will find the program in the right place. There's no way to specify the location of the program manually. createsuperuser --------------- Loading @@ -134,6 +118,22 @@ This command is only available if Django's `authentication system`_ .. _authentication system: ../authentication/ dbshell ------- Runs the command-line client for the database engine specified in your ``DATABASE_ENGINE`` setting, with the connection parameters specified in your ``DATABASE_USER``, ``DATABASE_PASSWORD``, etc., settings. * For PostgreSQL, this runs the ``psql`` command-line client. * For MySQL, this runs the ``mysql`` command-line client. * For SQLite, this runs the ``sqlite3`` command-line client. This command assumes the programs are on your ``PATH`` so that a simple call to the program name (``psql``, ``mysql``, ``sqlite3``) will find the program in the right place. There's no way to specify the location of the program manually. diffsettings ------------ Loading