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: +------