abdusco / abdus.dev

Personal website
https://abdus.dev
1 stars 0 forks source link

posts/django-orm-standalone/ #55

Open utterances-bot opened 2 years ago

utterances-bot commented 2 years ago

Using Django ORM without the framework - abdus.dev

Use Django ORM in any Python project and run queries & migrations easily

https://abdus.dev/posts/django-orm-standalone/

marco-silva0000 commented 2 years ago

I like this, you should present this at djangocon europe 2022.

alexisszabo commented 6 months ago

Thank you very much! Nice and clear instructions

tomaszblachowiak commented 5 months ago

Looks clean and simple. Did you try to copy models from my regular django app and connect to the same database and make changes? I want to skip migrations and use separate ORM to feed my production database with new data..