mirror of
https://github.com/lemeow125/Borrowing-TrackerBackend.git
synced 2025-01-19 07:13:09 +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'
|