반응형
djangorestframework 3.14.0
https://www.django-rest-framework.org/
*** 참고 : https://towardsdatascience.com/designing-and-deploying-a-machine-learning-python-application-part-2-99eb37787b2b
https://pypi.org/project/djangorestframework/
pip install djangorestframework
Requirements Python 3.6+ Django 4.1, 4.0, 3.2, 3.1, 3.0 We highly recommend and only officially support the latest patch release of each Python and Django series.
Installation Install using pip...
pip install djangorestframework
Add 'rest_framework' to your INSTALLED_APPS setting.
INSTALLED_APPS = [
...
'rest_framework',
]
반응형
'프로그래밍 > Python' 카테고리의 다른 글
[python] Pandas tutorial (0) | 2024.03.08 |
---|---|
[python] PyMuPDF 에서 해상도 올리기. PDF to IMG (0) | 2024.03.07 |
[python] Python 계단밟기 (0) | 2024.02.23 |
[python] Matplotlib Tutorial - 파이썬으로 데이터 시각화하기 (0) | 2024.02.23 |
TIOBE Index for February 2024, Programming language top 10 (0) | 2024.02.23 |