Hi,

As far as I know, there is nothing that is compatible with Django and is
not Django? I don't really understand what you are trying to do either, and
why you don't want to use Django. From what you have written I am guessing
that you want the models/db layer and forms part from Django?

What I would do is use those parts of Django only. You can see an example
of this here:
http://softwaremaniacs.org/blog/2011/01/07/django-micro-framework/en/

I have heard of other examples in doing things like that as well. Just
because Django comes with batteries included, doesn't mean you have to use
the batteries...

I myself have looked at using flask instead of Django for certain things,
but have always come back to the fact that I like the db models, the forms
and especially the class based views too much.

Regards,

Andréas

2017-05-05 15:00 GMT+02:00 <marcin.j.no...@gmail.com>:

> 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
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at https://groups.google.com/group/django-users.
> To view this discussion on the web visit https://groups.google.com/d/
> msgid/django-users/54820317-f542-4026-94b6-12375e2c756d%40googlegroups.com
> <https://groups.google.com/d/msgid/django-users/54820317-f542-4026-94b6-12375e2c756d%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK4qSCfLy866iGg_1MdOPShRMThNL25x%3D3HQM-GBWiTXizvkeQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to