mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
Compare commits
1 Commits
merge/refa
...
3173f7749f
| Author | SHA1 | Date | |
|---|---|---|---|
| 3173f7749f |
@@ -15,6 +15,7 @@ if not DATABASE_URL:
|
|||||||
raise Exception("Only MariaDB is supported. Please set the DATABASE_URL environment variable.")
|
raise Exception("Only MariaDB is supported. Please set the DATABASE_URL environment variable.")
|
||||||
|
|
||||||
# Load all models to register them
|
# Load all models to register them
|
||||||
|
|
||||||
from app.models.user import User
|
from app.models.user import User
|
||||||
from app.models.transaction import Transaction
|
from app.models.transaction import Transaction
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user