diff --git a/Readme.md b/Readme.md index 4a593c9..54730bb 100644 --- a/Readme.md +++ b/Readme.md @@ -65,6 +65,21 @@ Visit: [admin](http://localhost:8000/admin) for administrative backend or Happy developing ;-) +# Pipenv Scripts +This project comes with a bunch of convinient scripts, like: +|Script|Description| +|---|---| +|test|Runs the tests| +|server|Starts a **development** server| +|dbshell|Opens a shell session in the database| +|showmigrations|Lists all Migrations| +|makemigrations|Creates a migration| +|migrate|Applies unapplied migrations| +|build|Builds this project into a wheel file| +|createsuperuser|Creates a superuser with the username **admin** and the password **develop**. This is for development and demo instances only! +|quickstart|Runs *migrate*, *createsuperuser* and *server*| + + # Installing a productive instance Currently there are two ways to deploy the lostplaces project: