added dockerfile, requirements.txt, docker-compose.yml
This commit is contained in:
parent
7f28fe580d
commit
456551cd4e
24 changed files with 58 additions and 7 deletions
BIN
api/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
api/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
BIN
api/__pycache__/admin.cpython-311.pyc
Normal file
BIN
api/__pycache__/admin.cpython-311.pyc
Normal file
Binary file not shown.
BIN
api/__pycache__/apps.cpython-311.pyc
Normal file
BIN
api/__pycache__/apps.cpython-311.pyc
Normal file
Binary file not shown.
BIN
api/__pycache__/models.cpython-311.pyc
Normal file
BIN
api/__pycache__/models.cpython-311.pyc
Normal file
Binary file not shown.
BIN
api/__pycache__/serializers.cpython-311.pyc
Normal file
BIN
api/__pycache__/serializers.cpython-311.pyc
Normal file
Binary file not shown.
BIN
api/__pycache__/urls.cpython-311.pyc
Normal file
BIN
api/__pycache__/urls.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/__pycache__/views.cpython-311.pyc
Normal file
BIN
api/__pycache__/views.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/migrations/__pycache__/0001_initial.cpython-311.pyc
Normal file
BIN
api/migrations/__pycache__/0001_initial.cpython-311.pyc
Normal file
Binary file not shown.
Binary file not shown.
BIN
api/migrations/__pycache__/__init__.cpython-311.pyc
Normal file
BIN
api/migrations/__pycache__/__init__.cpython-311.pyc
Normal file
Binary file not shown.
|
|
@ -6,5 +6,5 @@ urlpatterns = [
|
|||
path('predictions', PredictionCreateView.as_view(), name='create_prediction'),
|
||||
path('predictions', PredictionListView.as_view(), name='get_predictions'),
|
||||
path('predictions/<uuid:pk>', PredictionDeleteView.as_view(), name='delete_prediction'),
|
||||
path('api/token/', obtain_auth_token),
|
||||
path('token/', obtain_auth_token),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue