mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-05-21 18:35:23 -04:00
move sessions app to personas to avoid app_label conflict
This commit is contained in:
parent
a211461ffc
commit
82db227561
8 changed files with 68 additions and 68 deletions
6
archivebox/personas/apps.py
Normal file
6
archivebox/personas/apps.py
Normal file
|
@ -0,0 +1,6 @@
|
|||
from django.apps import AppConfig
|
||||
|
||||
|
||||
class SessionsConfig(AppConfig):
|
||||
default_auto_field = "django.db.models.BigAutoField"
|
||||
name = "personas"
|
Loading…
Add table
Add a link
Reference in a new issue