borg-web/borgweb/borg/apps.py
George Lacey c6b5ddbd2e Create initial project
- create borg package
- create initial database with migration
2021-05-06 06:34:08 +01:00

7 lines
140 B
Python

from django.apps import AppConfig
class BorgConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'borg'