From 489c9711230c87d3dc9feecee99384f35f32ee1e Mon Sep 17 00:00:00 2001 From: Mounir Date: Mon, 20 Feb 2017 14:23:18 +0100 Subject: [PATCH] pycharm doc typo (#1042) * pycharm doc typo a very simple typo in the word without * Update configuration.rst --- {{cookiecutter.project_slug}}/docs/pycharm/configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/{{cookiecutter.project_slug}}/docs/pycharm/configuration.rst b/{{cookiecutter.project_slug}}/docs/pycharm/configuration.rst index 005d96c8..94ece449 100644 --- a/{{cookiecutter.project_slug}}/docs/pycharm/configuration.rst +++ b/{{cookiecutter.project_slug}}/docs/pycharm/configuration.rst @@ -14,7 +14,7 @@ This repository comes with already prepared "Run/Debug Configurations" for docke .. image:: images/2.png -But as you can see, at the beggining there is something wrong with them. They have red X on django icon, and they cannot be used, withot configuring remote python interpteter. To do that, you have to go to *Settings > Build, Execution, Deployment* first. +But as you can see, at the beggining there is something wrong with them. They have red X on django icon, and they cannot be used, without configuring remote python interpteter. To do that, you have to go to *Settings > Build, Execution, Deployment* first. Next, you have to add new remote python interpreter, based on already tested deployment settings. Go to *Settings > Project > Project Interpreter*. Click on the cog icon, and click *Add Remote*. @@ -48,7 +48,7 @@ After few seconds, all *Run/Debug Configurations* should be ready to use. * run and debug tests .. image:: images/f2.png .. image:: images/f3.png -* run and debug migrations or different django managment commands +* run and debug migrations or different django management commands .. image:: images/f4.png * and many others..