1 pip install -r requirements.txt 2 python manage.py makemigrations 3 python manage.py migrate 4 python manage.py runserver 8000
Now the server will run on http://127.0.0.1:8000
Go to http://127.0.0.1:8000/rest/ to use the service.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
1 pip install -r requirements.txt 2 python manage.py makemigrations 3 python manage.py migrate 4 python manage.py runserver 8000
Now the server will run on http://127.0.0.1:8000
Go to http://127.0.0.1:8000/rest/ to use the service.