diff --git a/apps/__init__.py b/apps/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/pyrightconfig.json b/pyrightconfig.json new file mode 100644 index 0000000..41b45fb --- /dev/null +++ b/pyrightconfig.json @@ -0,0 +1,6 @@ +{ + "include": ["apps", "django_movies"], + "extraPaths": ["."], + "pythonVersion": "3.14", + "typeCheckingMode": "basic", +} diff --git a/requirements.txt b/requirements.txt index 6683ee5..fdca35c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1 +1,2 @@ django==6.0 +django-stubs==5.2.8