Yes, why are you using SQLAlchemy instead of Django's built-in ORM? I don't see any reason to even attempt this unless you need to perform operations outside the context of Django.
On Wednesday, November 2, 2016 at 2:09:18 AM UTC-5, pradam.programming wrote: > > hi, > I am new to SqlAchemy.My questions are as follows: > 1.When i write tables in sql achemy format i can't able to do > makemigrations and migrate..? > 2.In SqlAchemy Explicitly i need to specify database whenever i do CRUD > operations ? > 3.Whats the main advantage over SQLAchemy vs Django OMR.? > > -- 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 https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/57c94673-64b3-436f-ba70-5eb6921f9b7f%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

