Skip to content

HanaPoulpe/blog

Repository files navigation

Hana's wagtail blog

python python-tests CodeQL Known Vulnerabilities codecov

How to setup

Install dependencies:

pip install -r requirements/dev.txt
poetry install --with dev

Setup pre-commit

pre-commit install
cp .pre-commit-config.yaml.example .pre-commit-config.yaml

Select your precommit hooks.

Setup commit-linter

pre-commit install --hook-type commit-msg

Then enable the Commit lint section from your .pre-commit-config.yaml.

Run tests:

poetry run python-all-tests

Django:

Migrations

Create migration files with

poetry run django-makemigrations

Apply migrations:

poetry run django-migrate --configuration=BlogSite

Run server

poetry run django-start --host=0.0.0.0 --port=8000

manage.py

poetry run django-manage --configuration=BlogSite

About

Just a blog site powered with wagtail

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •