Generic populate models in django from YAML files
Install exo_populator:
pip install lib-exo-populator
Add it to your INSTALLED_APPS:
INSTALLED_APPS = (
...
'populate',
...
)
Does the code actually work?
source <YOURVIRTUALENV>/bin/activate (myenv) $ pip install tox (myenv) $ tox
Tools used in rendering this package: