FastAPI-Microservice-for-Django icon indicating copy to clipboard operation
FastAPI-Microservice-for-Django copied to clipboard

Deploy a microservice REST API endpoint for our Try Django 3.2 https://cfe.sh/projects/try-django-3-2 project using FastAPI, pytesseract, Docker, & DigitalOcean App Platform.

Results 1 FastAPI-Microservice-for-Django issues
Sort by recently updated
recently updated
newest added

There's a problem when building API in digitalocean. `pydantic.errors.PydanticImportError: `BaseSettings` has been moved to the `pydantic-settings` package` FIX: ``` # from pydantic import BaseSettings # OLD from pydantic_settings import BaseSettings...