Skip to content

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

Open
@Ivo-Donchev

Description

@Ivo-Donchev

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureA new thing that needs to be added to the Styleguide Example

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions