Skip to content

Update settings.py

Update settings.py #12

Workflow file for this run

on: [push]
jobs:
black:
runs-on: ubuntu-latest
name: "black"
steps:
- uses: davidslusser/[email protected]
with:
src: "django_project"
options: ""
pip_install_command: "pip install .[dev]"
python_version: "3.11"