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