Remove main.py, add pre-commit configuration, update .vscode settings, and modify README

This commit is contained in:
Joakim Hellsén 2026-04-17 21:29:22 +02:00
commit dabb0d34bf
Signed by: Joakim Hellsén
SSH key fingerprint: SHA256:/9h/CsExpFp+PRhsfA0xznFx2CGfTT5R/kpuFfUgEQk
5 changed files with 57 additions and 9 deletions

View file

@ -1,3 +1,11 @@
# Tussilago
A platform to run and host Python applications
A platform to run and host containerized applications, with a focus on Django apps. It provides an easy-to-use web interface for managing applications, as well as a powerful API for automation and integration.
Email: tlovinator@gmail.com
Discord: TheLovinator#9276
# License
The AGPL license applies to the infrastructure platform (the SaaS backend, the deployment scripts, the web UI). It does not infect the user's code. If a tenant hosts a proprietary, closed-source Django app on this platform, their code remains completely theirs.