|
AdvancedUsage
Using custom SQLAlchemy ORM objects
Featured Custom ObjectsTranquil will look in every installed app for an importable item called 'alchemy'. What this means to you is that if you place a file alchemy.py in your application's folder, it will be checked for customized Table and Mapper classes. alchemy.pyBasically, all you have to do to make this work is drop in a file with some SQLAlchemy objects created. Caveats
Check out the ExampleAlchemy page. |
► Sign in to add a comment