19 lines
No EOL
497 B
Markdown
19 lines
No EOL
497 B
Markdown
# Wagtail AHL
|
|
Wagtail CMS für die neue [Altenhasungen.net](https://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` |