mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2024-11-17 06:19:26 +08:00
6 lines
156 B
Python
6 lines
156 B
Python
from django.apps import AppConfig
|
|
|
|
|
|
class TransactionsConfig(AppConfig):
|
|
default_auto_field = 'django.db.models.BigAutoField'
|
|
name = 'transactions'
|