Django 2.0.1 and Python 3.6
miguelcleon
released this
30 Jan 15:51
·
245 commits
to master
since this release
ODM2 Admin has been updated to use Django 2.0.1 and Python 3.6 additional changes are below.
New Features and changes:
- Documentation is now included which is published to https://odm2.github.io/ODM2-Admin/
- Time series can now be exported to Hydroshare.
- Travis-ci is now properly running Django tests.
- django-ajax-selects unpinned in requirements.txt and lookup channels removed from settings (replaced with register decorator in lookups.py).
- A management CLI tool was created to generate SQLite data exports.
- Redis for page caching has been added.