Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Setting Django Version in requirements.txt and Install During Backend Scaffold #7

Open
sir-temi opened this issue Dec 30, 2024 · 0 comments
Labels
help wanted Extra attention is needed

Comments

@sir-temi
Copy link
Owner

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:

  1. Add a specific Django version (e.g., >=4.0,<5.0) to the requirements.txt file.
  2. Ensure Django is installed with other dependencies during the scaffolding process.

This change would provide a consistent development environment and simplify the setup process.

@sir-temi sir-temi added the help wanted Extra attention is needed label Jan 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant