readme auch lesbar
This commit is contained in:
parent
499eaf5e26
commit
340ec59577
1 changed files with 15 additions and 0 deletions
15
README.md
15
README.md
|
|
@ -0,0 +1,15 @@
|
||||||
|
# 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`
|
||||||
Loading…
Add table
Reference in a new issue