0

Possible Duplicate:
Using only the DB part of Django
Use Django ORM as standalone

I find the Django model is easy to access database so how can I use it outside the framework?

Community
  • 1
  • 1
Treper
  • 3,539
  • 2
  • 26
  • 48
  • And as a sidenote - as the duplicates will point out (even though the answers/comments contained within are a couple months to couple years old), there is some heavy-ish coupling in parts of django. If you want to use the django ORM outside of django, you will still be pulling in a lot of things from django. You might want to look into alternative ORMs like StORM and SQL Object, or SQL Alchemy (Which is very robust, mature, but also probably the hardest one to learn). – wkl Apr 20 '12 at 15:51
  • User wrote that he found it. General question. More similar questions http://stackoverflow.com/questions/2180415/using-django-database-layer-outside-of-django http://stackoverflow.com/questions/2721938/using-models-and-forms-outside-of-django – hynekcer Apr 20 '12 at 19:35

0 Answers0