v.2.1.5

Improvements:

  1. Improved database creation script in base_scripts/db_create.py, now all available migrations apply. A basic migration to Alembic was also created, which allows you to use the command with an empty database:

alembic upgrade head

Bugs fixed:

How to update from previous version:

To update from previous version simply replace folders luna_admin, tests, docs and update dependencies from requirements.txt.