Skip to content

Commit 3bb9cd4

Browse files
committed
Deleted unwanted files.
1 parent 242b742 commit 3bb9cd4

12 files changed

+4
-181
lines changed

.gitignore

+2
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,5 @@ db.sqlite3
33
__pycache__/
44
*/__pycache__/
55
*/*/__pycache__/
6+
*/__pycache__/*
7+
*/*/__pycache__/*
-595 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

core/models/__init__.py

Whitespace-only changes.

core/schemas/__init__.py

Whitespace-only changes.

migrations/script.py.mako

+2-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ Create Date: ${create_date}
77
"""
88
from alembic import op
99
import sqlalchemy as sa
10-
from core.database import Base
10+
from core.settings import settings
11+
Base = settings.Base
1112
${imports if imports else ""}
1213

1314
# revision identifiers, used by Alembic.

migrations/versions/090fb6f5bb45_add_content.py

-29
This file was deleted.

migrations/versions/2a38977b96be_test_string.py

-33
This file was deleted.

migrations/versions/4b7618b6fa22_add_post_and_category.py

-79
This file was deleted.

migrations/versions/a18b2b45216b_init.py

-39
This file was deleted.

0 commit comments

Comments
 (0)