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

Add custom django check for validating that project is run with the correct python version #250

Open
Ivo-Donchev opened this issue Aug 31, 2022 · 0 comments
Labels
Feature A new thing that needs to be added to the Styleguide Example

Comments

@Ivo-Donchev
Copy link

Ivo-Donchev commented Aug 31, 2022

We could add custom check (https://docs.djangoproject.com/en/4.1/ref/checks/) if the project is being ran with wrong python version. It'll specify the ONLY python version that the project is supposed to work with.

This will catch following issues:

  • development team works the project with different python versions
  • project is being built with older python version and some of the syntax is not present
  • project being deployed with older python version
@RadoRado RadoRado added the Feature A new thing that needs to be added to the Styleguide Example label Feb 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new thing that needs to be added to the Styleguide Example
Projects
None yet
Development

No branches or pull requests

2 participants