Add initial Django project
This commit is contained in:
parent
94aae4653c
commit
fa6af127c1
15 changed files with 1103 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# Tussilago
|
||||
|
||||
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.
|
||||
A platform to run and host applications, with a focus on Python applications. 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
|
||||
|
||||
|
|
@ -8,4 +8,4 @@ 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.
|
||||
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 application on this platform, their code remains completely theirs.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue