File tree 2 files changed +2
-3
lines changed
2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,6 @@ Possible Error and Resolution
55
55
56
56
1. Run the following commands. ::
57
57
58
- $ cd readthedocs
59
58
$ ./manage.py migrate
60
59
61
60
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
67
66
3. RTD Server Administration.
68
67
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
69
68
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. ::
71
70
72
71
$ ./manage.py runserver [VM IP ADDRESS]:8000
73
72
$ curl -i http://[VM IP ADDRESS]:8000
Original file line number Diff line number Diff line change @@ -250,7 +250,7 @@ Updating Localization Files
250
250
251
251
To update the translation source files (eg if you changed or added translatable
252
252
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
254
254
``<language> `` with a valid language code).
255
255
256
256
The updated files can now be localized in a `PO editor
You can’t perform that action at this time.
0 commit comments