ThomasWaldmann / vcc

virtual chaos communication, we try to build on pretalx ->
https://github.com/ThomasWaldmann/pretalx
MIT License
4 stars 1 forks source link

backend software #8

Open ThomasWaldmann opened 4 years ago

ThomasWaldmann commented 4 years ago

guess the usual python based stack would be nice:

ThomasWaldmann commented 4 years ago

reasons (for those who are unfamiliar with them):

django is a batteries-included python web framework. it has a builtin ORM for database access, an "admin" webinterface that can be used until a better/prettier userinterface is implemented and also for administration of the service. there are a lot of extensions for all kinds of purposes and there is a big community of developers who are familiar with django.

python3: easy, good readable, big community of developers.

postgresql: solid database, free and open source software, very popular in the python community.

linux: of course. :-)