We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b6765 commit 6b1e01aCopy full SHA for 6b1e01a
1 file changed
README.md
@@ -4,15 +4,9 @@ Django project to manage receipts and reimbursements at Datasektionen.
4
5
## Developing locally
6
7
-Cashflow uses Python 3.6.2
+Use Docker Compose:
8
9
-- Install PostgreSQL
10
-
11
-- `pipenv install`
12
13
-- `pipenv run ./manage.py migrate`
14
15
-- `pipenv run ./manage.py runserver`
+`docker compose up --watch --build`
16
17
The server will restart on file changes.
18
0 commit comments