From 163e9beb51b916fc1e495f344f459e28c085761c Mon Sep 17 00:00:00 2001 From: reverend Date: Fri, 31 Dec 2021 23:42:04 +0100 Subject: [PATCH] =?UTF-8?q?Documention=20f=C3=BCr=20pipenv=20scripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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: