robosats/robosats
Reckless_Satoshi 76a45bc8d5
Create API endpoint for POST make order
Added the Order model with a rough approxiation to the fields needed. The field status can be read lineally as the progression trough the app pipeline. The view serves POSTs requests to enter new orders into the db.
2022-01-01 14:40:08 -08:00
..
__init__.py Initialize the Django project and write setup guide 2022-01-01 10:53:17 -08:00
asgi.py Initialize the Django project and write setup guide 2022-01-01 10:53:17 -08:00
settings.py Create API endpoint for POST make order 2022-01-01 14:40:08 -08:00
urls.py Create API endpoint for POST make order 2022-01-01 14:40:08 -08:00
wsgi.py Initialize the Django project and write setup guide 2022-01-01 10:53:17 -08:00