On Saturday, October 10, 2015 at 6:11:55 PM UTC+7, suyog wrote: > > can we use sqlalchemy with django? >
Yes, try one of these depending on your use case: https://github.com/Deepwalker/aldjemy https://github.com/johnpaulett/django-sabridge If they don't suit your needs & you're willing to be a little more adventurous: https://github.com/grampajoe/tincture https://github.com/devhub/baph https://github.com/paylogic/forms2 Or DIY: http://lethain.com/replacing-django-s-orm-with-sqlalchemy/ Good luck! note:we don't need admin interface > -- 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/cee38869-4af3-4b15-81dd-8699998542be%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

