We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f7cccee commit 4293830Copy full SHA for 4293830
1 file changed
README.md
@@ -1,12 +1,17 @@
1
# PythonPH Jobs
2
3
-## Setup
4
-
5
-### PostgreSQL
+## Development Setup
6
7
```bash
+export DEBUG=True
+export SECRET_KEY=secret
8
export POSTGRES_USER=jobs
9
export POSTGRES_PASSWORD=password
10
+```
11
+
12
+### PostgreSQL
13
14
+```bash
15
createuser -P jobs
16
# You will be prompted to enter a password
17
# Enter what you set in POSTGRES_PASSWORD
0 commit comments