Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Add Django/FastAPI and remove Flask/FastAPI #384

Draft
wants to merge 7 commits into
base: develop
Choose a base branch
from

Conversation

cduhn17
Copy link
Collaborator

@cduhn17 cduhn17 commented Jan 6, 2023

🗣 Description

💭 Motivation and context

The flask framework requires the framework support that comes with a standard Django application. Also the FastAPI integration is cleaner, the result is a more scalable end product in a shorter time frame. This PR closes issue #355

🧪 Testing

✅ Pre-approval checklist

  • This PR has an informative and human-readable title.
  • Changes are limited to a single goal - eschew scope creep!
  • All future TODOs are captured in issues, which are referenced
    in code comments.
  • All relevant type-of-change labels have been added.
  • I have read the CONTRIBUTING document.
  • These code changes follow cisagov code standards.
  • All relevant repo and/or project documentation has been updated
    to reflect the changes in this PR.
  • Tests have been added and/or modified to cover the changes in this PR.
  • All new and existing tests pass.

✅ Pre-merge checklist

  • Revert dependencies to default branches.
  • Finalize version.

✅ Post-merge checklist

  • Add a tag or create a release.

@cduhn17 cduhn17 added improvement This issue or pull request will add or improve functionality, maintainability, or ease of use upstream update This issue or pull request pulls in upstream updates labels Jan 6, 2023
@cduhn17 cduhn17 self-assigned this Jan 6, 2023
@cduhn17 cduhn17 linked an issue Jan 6, 2023 that may be closed by this pull request
13 tasks
@cduhn17 cduhn17 added the Draft PR PR in draft mode, not passing checks label Jan 6, 2023
This was referenced Jan 6, 2023
@cduhn17 cduhn17 mentioned this pull request Mar 27, 2023
9 tasks
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Draft PR PR in draft mode, not passing checks improvement This issue or pull request will add or improve functionality, maintainability, or ease of use upstream update This issue or pull request pulls in upstream updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Django FastAPI integration
1 participant