wagtail_ahl/README.md

497 B

Wagtail AHL

Wagtail CMS für die neue Altenhasungen.net Website

Development

Für die Verwaltung des Projekts wird uv benutzt. Ein paar sinvolle Befehle:

Create the migrations file uv run manage.py makemigrations

Create the database: uv run manage.py migrate

Create an admin user uv run manage.py createsuperuser

Start the server uv run manage.py runserver

Production

Run Server uv run gunicorn wagtail_ahl.wsgi:application