mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 11:22:09 +01:00
Implement data integration tasks with Celery, including periodic fetching and manual refresh of chat data; add utility functions for data processing and transcript handling; create views and URLs for manual data refresh; establish Redis and Celery configuration; enhance error handling and logging; introduce scripts for data cleanup and fixing dashboard data; update documentation for Redis and Celery setup and troubleshooting.
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
# Generated by Django 5.2.1 on 2025-05-18 00:09
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
("dashboard", "0002_datasource_external_source_alter_datasource_file"),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AlterUniqueTogether(
|
||||
name="chatsession",
|
||||
unique_together={("session_id", "data_source")},
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user