mirror of
https://github.com/davidhalter/django-stubs.git
synced 2025-12-10 22:11:54 +08:00
* updated package setup * updated to use python 3.9 * fixed test runner * fixed typecheck tests * fixed discrepencies * added override to runner * updated travis * updated pre-commit hooks * updated dep
5 lines
151 B
Python
5 lines
151 B
Python
from pathlib import Path
|
|
|
|
PROJECT_DIRECTORY = Path(__file__).parent.parent
|
|
DJANGO_SOURCE_DIRECTORY = PROJECT_DIRECTORY / "django-source" # type: Path
|