This project aim is to generate Android compatible SQL dumps using the power of Django's ORM
Build the sql dump
./manage toandroid
./manage test
coverage run --source='.' manage.py tests
coverage run --source='.' manage.py toandroid
Note: Samples can be found here.
coverage run --source='.' manage.py test
coverage-badge -f -o coverage.svg
fix coverage to exclude empty files i.e some init.py