You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow Setting Django Version in requirements.txt and Install During Backend Scaffold
Description
Currently, the scaffolded backend does not specify a Django version in the requirements.txt file or install Django during the scaffolding process. This feature would:
Add a specific Django version (e.g., >=4.0,<5.0) to the requirements.txt file.
Ensure Django is installed with other dependencies during the scaffolding process.
This change would provide a consistent development environment and simplify the setup process.
The text was updated successfully, but these errors were encountered:
Allow Setting Django Version in
requirements.txt
and Install During Backend ScaffoldDescription
Currently, the scaffolded backend does not specify a Django version in the
requirements.txt
file or install Django during the scaffolding process. This feature would:>=4.0,<5.0
) to therequirements.txt
file.This change would provide a consistent development environment and simplify the setup process.
The text was updated successfully, but these errors were encountered: