daxaxelrod / ormStandalone

An expandable independent use of django's orm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djangoORM standalone

Edit models in ormApp app folder Edit database condig in settings.py (if you leave this django will create a sqlite3 db for you)

Run with python manage.py makemigrations

python manage.py migrate

then use myScript.py (or wherever else you import the models into)

Enjoy!

About

An expandable independent use of django's orm


Languages

Language:Python 100.0%