From 435cb2c0ef3c7e136b529b3ce5637aae870ddf02 Mon Sep 17 00:00:00 2001 From: rushilwiz Date: Tue, 16 Jun 2020 23:57:16 -0400 Subject: [PATCH] webapp --- docs/source/webapp.rst | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/source/webapp.rst b/docs/source/webapp.rst index 750e1fa..938948c 100644 --- a/docs/source/webapp.rst +++ b/docs/source/webapp.rst @@ -1,2 +1,15 @@ Django Web App -============= \ No newline at end of file +============= + +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 + python manage.py migrate + +Usage: +------