Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

backend software #8

Open
ThomasWaldmann opened this issue Mar 21, 2020 · 1 comment
Open

backend software #8

ThomasWaldmann opened this issue Mar 21, 2020 · 1 comment

Comments

@ThomasWaldmann
Copy link
Owner

ThomasWaldmann commented Mar 21, 2020

guess the usual python based stack would be nice:

  • django
  • python3
  • sqlite for development, later postgresql
  • linux (debian or ubuntu, preferably)
@ThomasWaldmann
Copy link
Owner Author

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. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant