tags apps.py

This commit is contained in:
Nick Sweeting 2024-12-12 21:16:19 -08:00
parent 1444cf7fda
commit a859278a63
No known key found for this signature in database
3 changed files with 7 additions and 0 deletions

View file

7
archivebox/tags/apps.py Normal file
View file

@ -0,0 +1,7 @@
from django.apps import AppConfig
class TagsConfig(AppConfig):
default_auto_field = 'django.db.models.BigAutoField'
name = 'tags'

View file