We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6ea986 commit f5b6f42Copy full SHA for f5b6f42
README.md
@@ -50,9 +50,9 @@ Clone the repository and install dependencies with uv:
50
51
Create a .env file in the project root:
52
53
-DEBUG=True
54
-SECRET_KEY=your_secret_key
55
-DATABASE_URL=postgresql://USER:PASSWORD@localhost:5432/task_manager
+- DEBUG=True
+- SECRET_KEY=your_secret_key
+- DATABASE_URL=postgresql://USER:PASSWORD@localhost:5432/task_manager
56
57
Run database migrations:
58
0 commit comments