This commit is contained in:
lpm0073 2022-10-03 12:32:25 -05:00
parent 0dd76fd541
commit 837343c0ba

View File

@ -15,15 +15,13 @@ General Python/Django
include this repo in your project's requiremets.txt, or install it from the command line.
.. code-block:: bash
:caption: Python/Django installation
.. code-block:: shell
cd path/to/your/project
source path/to/venv/bin/activate
pip install https://github.com/StepwiseMath/wp-oauth-backend
.. code-block:: yaml
:caption: lms.envs.tutor.production.py
ADDL_INSTALLED_APPS:
- "wp_oauth_backend"