A clean PDM based Django app which includes CI
git clone https://github.com/maerteijn/django-bootstrap-app
pip install pdm
pdm install
flake8-black
and flake8-isort
are installed too. The flake8-pylint pluging is still
in early development, so we need to call pylint manually
pdm run flake8
pdm run pylint
pdm run black
pdm run isort
Pytest with coverage is default enabled
pdm run pytest
manage.py
is included in the sandbox for testing the app
pdm run manage.py migrate
pdm run manage.py createsuperuser
pdm run manage.py runserver