1
0
mirror of https://github.com/pirate/ArchiveBox.git synced 2025-08-07 07:07:09 +02:00

tags apps.py

This commit is contained in:
Nick Sweeting
2024-12-12 21:16:19 -08:00
parent 1444cf7fda
commit a859278a63
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