Skip to content

Convert an existing Django database to Android compatible database.

License

Notifications You must be signed in to change notification settings

gnud/python-to-android-db

Repository files navigation

python-to-android-db

Coverage Build Status

Project purpose

This project aim is to generate Android compatible SQL dumps using the power of Django's ORM

Usage

Build the sql dump

./manage toandroid

Testing

./manage test

Coverage

coverage run --source='.' manage.py tests
coverage run --source='.' manage.py toandroid

Note: Samples can be found here.

Development

Before commit

coverage run --source='.' manage.py test
coverage-badge -f -o coverage.svg

TODOS

fix coverage to exclude empty files i.e some init.py

About

Convert an existing Django database to Android compatible database.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages