feat: add parser source dashboard and scheduling

This commit is contained in:
2026-04-27 23:36:28 +02:00
parent 199d871923
commit 5da808167d
94 changed files with 14985 additions and 255 deletions

View File

@@ -6,6 +6,8 @@ After=network.target
Type=notify
User=www-data
Group=www-data
EnvironmentFile=/var/www/project/.env
Environment=DJANGO_SETTINGS_MODULE=config.settings.production
RuntimeDirectory=gunicorn
WorkingDirectory=/var/www/project/src
ExecStart=/var/www/project/venv/bin/gunicorn config.wsgi:application \
@@ -24,4 +26,4 @@ TimeoutStopSec=5
PrivateTmp=true
[Install]
WantedBy=multi-user.target
WantedBy=multi-user.target