doc: add readme
This commit is contained in:
parent
9fbe9fbede
commit
4a9e126e04
1 changed files with 13 additions and 0 deletions
13
README.md
Normal file
13
README.md
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
# planner
|
||||||
|
|
||||||
|
## development quickstart
|
||||||
|
|
||||||
|
```bash
|
||||||
|
podman run --name planner-db -e POSTGRES_PASSWORD=password -p 5432:5432
|
||||||
|
python -m venv venv
|
||||||
|
source venv/bin/activate
|
||||||
|
pip install -r requirements.txt
|
||||||
|
python manage.py migrate
|
||||||
|
python manage.py createsuperuser
|
||||||
|
python manage.py runserver
|
||||||
|
```
|
Loading…
Add table
Reference in a new issue