Skip to content

Commit 38173d8

Browse files
committedAug 13, 2023
delete unnecessary parts
1 parent be48320 commit 38173d8

File tree

114 files changed

+3
-227
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

114 files changed

+3
-227
lines changed
 

‎__pycache__/config.cpython-37.pyc

-130 Bytes
Binary file not shown.

‎config.py

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import os
22
BASE_DIR = os.path.dirname(__file__)
33

4-
SQLALCHEMY_DATABASE_URI = 'sqlite:///{}'.format(os.path.join(BASE_DIR, 'same_finder.db'))
5-
SQLALCHEMY_TRACK_MODIFICATIONS = False
4+

0 commit comments

Comments
 (0)
Please sign in to comment.