Update webapp.rst

This commit is contained in:
Rushil Umaretiya 2020-06-17 00:10:10 -04:00 committed by GitHub
parent 934295b60c
commit 8150e690b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ Installing:
-------
Package the Django app and run it on a remote server, to get started,
run a
.. code-block:: python
::
pip3 install -r requirements.text
python manage.py makemigrations api
python manage.py makemigrations users