4.0 release notes¶
What’s new in 4.0¶
- Fix django-filebrowser (downgraded version) and ckeditor_uploader
- Simplifying config.
- Updating requirements.
- Upgrading to python3.6
How this affects you¶
If you’re starting with a new installation, you don’t need to worry about this. Don’t even bother reading this section; it’s for upgraders.
You need to replace your current source with the content of https://github.com/iago1460/django-radio. To setup your settings please read the configuration section.
You should be able to keep your current database but make sure to create a backup before start.
Running this project requires python 3.6
pip3 install -r requirements.txt
python3 manage.py collectstatic
Or if you are using our docker setup:
./run start