mirror of
https://github.com/kjanat/livegraphs-django.git
synced 2026-01-16 09:22:09 +01:00
Implement CSV export functionality for chat sessions with filtering options
This commit is contained in:
@ -17,6 +17,17 @@ dependencies = [
|
||||
"whitenoise>=6.9.0",
|
||||
]
|
||||
|
||||
[project.scripts]
|
||||
# Django management commands
|
||||
"manage" = "dashboard_project.manage:main"
|
||||
"runserver" = "dashboard_project.manage:main"
|
||||
"migrate" = "dashboard_project.manage:main"
|
||||
"makemigrations" = "dashboard_project.manage:main"
|
||||
"collectstatic" = "dashboard_project.manage:main"
|
||||
"createsuperuser" = "dashboard_project.manage:main"
|
||||
"shell" = "dashboard_project.manage:main"
|
||||
"test" = "dashboard_project.manage:main"
|
||||
|
||||
[tool.ruff]
|
||||
# Exclude a variety of commonly ignored directories.
|
||||
exclude = [
|
||||
|
||||
Reference in New Issue
Block a user