django-orm-magic
django-orm-magic copied to clipboard
An extension for IPython that help to define and use django's models on the fly
Results
3
django-orm-magic issues
Sort by
recently updated
recently updated
newest added
https://github.com/zenwalker/django-micro
If south is present, any modification in a model pointing to an existing table should be migrated automatically
django has the `inspectdb` command, that generate code of Models matching the tables found in the db. Expose that as a magic.
enhancement