Skip to content

Commit e06a6b2

Browse files
committed
x
1 parent 22b8888 commit e06a6b2

File tree

4 files changed

+5
-0
lines changed

4 files changed

+5
-0
lines changed

.env.local

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
SECRET_KEY=
2+
CLIENT_ID=
3+
CLIENT_SECRET=

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ __pycache__
22
tasks/
33
secret.key
44
.venv
5+
.env
6+
venv
57
.env

db.sqlite3

0 Bytes
Binary file not shown.

requirements.txt

-940 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)