mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-09 12:21:57 -04:00
tags apps.py
This commit is contained in:
parent
1444cf7fda
commit
a859278a63
3 changed files with 7 additions and 0 deletions
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
Loading…
Add table
Add a link
Reference in a new issue