Skip to content

Commit 51002a5

Browse files
Fix reference to path to manage.py in documentation
The location of the manage.py file changed with #1496. Accommodate that in the docs as well.
1 parent fb1489e commit 51002a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

docs/custom_installs/local_rtd_vm.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ Possible Error and Resolution
5555

5656
1. Run the following commands. ::
5757

58-
$ cd readthedocs
5958
$ ./manage.py migrate
6059

6160
2. This will prompt you to create a superuser account for Django. Enter appropriate details. For example: ::
@@ -67,7 +66,7 @@ Possible Error and Resolution
6766
3. RTD Server Administration.
6867
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
6968

70-
Navigate to the ``../checkouts/readthedocs.org/readthedocs`` folder in your VM and run the following command. ::
69+
Navigate to the ``../checkouts/readthedocs.org`` folder in your VM and run the following command. ::
7170

7271
$ ./manage.py runserver [VM IP ADDRESS]:8000
7372
$ curl -i http://[VM IP ADDRESS]:8000

docs/i18n.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Updating Localization Files
250250

251251
To update the translation source files (eg if you changed or added translatable
252252
strings in the templates or Python code) you should run ``python manage.py
253-
makemessages -l <language>`` in the ``readthedocs/`` directory (substitute
253+
makemessages -l <language>`` in the project's root directory (substitute
254254
``<language>`` with a valid language code).
255255

256256
The updated files can now be localized in a `PO editor

0 commit comments

Comments
 (0)