mirror of
https://github.com/pirate/ArchiveBox.git
synced 2025-08-25 15:31:22 +02:00
add legacy code warning to schema.py
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
"""
|
||||
|
||||
WARNING: THIS FILE IS ALL LEGACY CODE TO BE REMOVED.
|
||||
|
||||
DO NOT ADD ANY NEW FEATURES TO THIS FILE, NEW CODE GOES HERE: core/models.py
|
||||
|
||||
"""
|
||||
|
||||
__package__ = 'archivebox.index'
|
||||
|
||||
from pathlib import Path
|
||||
|
Reference in New Issue
Block a user