Skip to content

Commit

Permalink
убрано упоминание библиотеки dext, так как она убрана из зависимостей…
Browse files Browse the repository at this point in the history
… в 0.3.31
  • Loading branch information
Tiendil committed Dec 6, 2019
1 parent e1f6fc9 commit 0e12de0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/source/development/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,13 @@

git clone https://github.com/Tiendil/the-tale.git
git clone https://github.com/Tiendil/deworld.git
git clone https://github.com/Tiendil/dext.git
git clone https://github.com/Tiendil/questgen.git


.. code-tab:: Bash Clone with SSH

git clone git@github.com:the-tale/the-tale.git
git clone git@github.com:the-tale/deworld.git
git clone git@github.com:Tiendil/dext.git
git clone git@github.com:the-tale/questgen.git

.. code-block:: bash
Expand Down Expand Up @@ -182,7 +180,7 @@
sudo su the_tale
cd ~/current
source ./venv/bin/activate
django-admin dext_run_tests --settings the_tale.settings
django-admin utils_run_tests --settings the_tale.settings
Запуск тестов конкретного приложения (для пример, the_tale.game.jobs):
Expand Down

0 comments on commit 0e12de0

Please sign in to comment.