This commit is contained in:
Rushil Umaretiya 2020-06-16 23:57:16 -04:00
parent 6adf30c205
commit 435cb2c0ef

View File

@ -1,2 +1,15 @@
Django Web App
=============
=============
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:
------