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:
0
archivebox/tags/__init__.py
Normal file
0
archivebox/tags/__init__.py
Normal file
7
archivebox/tags/apps.py
Normal file
7
archivebox/tags/apps.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class TagsConfig(AppConfig):
|
||||
default_auto_field = 'django.db.models.BigAutoField'
|
||||
|
||||
name = 'tags'
|
0
archivebox/tags/migrations/__init__.py
Normal file
0
archivebox/tags/migrations/__init__.py
Normal file
Reference in New Issue
Block a user