You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
guess the usual python based stack would be nice:
The text was updated successfully, but these errors were encountered: