mirror of
https://github.com/Xevion/simple-viewer.git
synced 2025-12-07 09:16:32 -06:00
added manual refresh functionality, fixed mistake with meaning of File directory field (foreign key not path)
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
# Generated by Django 3.1.2 on 2020-11-01 01:46
|
||||
|
||||
from django.db import migrations
|
||||
import jsonfield.fields
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('viewer', '0004_file'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='serveddirectory',
|
||||
name='known_subdirectories',
|
||||
field=jsonfield.fields.JSONField(default=[], verbose_name='Tracked Subdirectories JSON'),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user