Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
devstack
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
devstack
Commits
74f241a9
Commit
74f241a9
authored
Oct 11, 2017
by
Robert Raposa
Committed by
Brian Beggs
Oct 11, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update PyCharm docs.
parent
d5d26945
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
docs/pycharm_integration.rst
+6
-6
No files found.
docs/pycharm_integration.rst
View file @
74f241a9
...
...
@@ -4,7 +4,7 @@ PyCharm Integration
The Professional edition of JetBrains `PyCharm`_ IDE, version 2017.1.2 or later,
can be used to develop and debug with Docker and Docker Compose.
See additional information and tips for `PyCharm IDE setup`_
.
Additional PyCharm tips are kept in this `PyCharm IDE setup`_ documentation
.
Prerequisites
-------------
...
...
@@ -181,7 +181,7 @@ configuration with the following options:
2. Environment Variables:
- DJANGO_SETTINGS_MODULE=lms.envs.test
_docker
- DJANGO_SETTINGS_MODULE=lms.envs.test
- DISABLE_MIGRATIONS=1
- PYTHONUNBUFFERED=1
...
...
@@ -203,14 +203,14 @@ options:
1. Leave host/port blank
2. Additional Options:
--settings test_docker test lms/djangoapps/courseware/tests/test_views.py
2. Additional Options:
test lms/djangoapps/courseware/tests/test_views.py:TestJumpTo.test_jumpto_id
3. Check "Custom run command:" and enter either ``lms`` or ``cms`` in to the text box.
4. Environment Variables:
- DJANGO_SETTINGS_MODULE=**lms.envs.test
_docker
** (or
cms.envs.test
_docker
)
- DJANGO_SETTINGS_MODULE=**lms.envs.test** (or
cms.envs.test)
- DISABLE_MIGRATIONS=1
- PYTHONUNBUFFERED=1
...
...
@@ -277,6 +277,6 @@ One way to do this is to follow these instructions:
.. _Django Server Run/Debug Configuration: https://www.jetbrains.com/help/pycharm/2017.1/run-debug-configuration-django-server.html
.. _Jetbrains ticket PY-22893: https://youtrack.jetbrains.com/issue/PY-22893
.. _PyCharm: https://www.jetbrains.com/pycharm/
.. _PyCharm IDE setup: https://openedx.atlassian.net/wiki/
display/ENG
/PyCharm
.. _PyCharm IDE setup: https://openedx.atlassian.net/wiki/
spaces/OpenDev/pages/92209229
/PyCharm
.. _README: ../README.rst
.. _vendor documentation: https://www.jetbrains.com/help/pycharm/2017.1/configuring-remote-interpreters-via-docker-compose.html
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment