Hi
Does anyone know a web framework, non full-stack / microframework, but partially compatible with Django (in terms of the programming interface)?
Django have too many design flaws for big projects, so I'd like to move into something less coupled. Any bridges / wrappers for Flask maybe?
The core is highly based on models/db layer, and data input is based mostly on forms and modelforms. Everything else is easy to reimplement, relatively.
Admin, postgis and most of contribs are not necessary.
Thanks,
Marcin