Skip to content

Commit

Permalink
Adding release notes for version 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Iago Veloso committed Jan 8, 2017
1 parent 43b02f6 commit bd31451
Show file tree
Hide file tree
Showing 9 changed files with 83 additions and 17 deletions.
18 changes: 17 additions & 1 deletion docs/source/installation/install_web_app.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,19 @@ To allow RadioCo to generate correct dates it's necessary to set the timezone va
3. Add to the local settings the variable timezone, for example: TIME_ZONE = "Europe/Madrid"


******************
Installing locally
******************

This tutorial is written for Python 2.7 and Ubuntu 12.04 or later.

Ubuntu
======

The easiest way of installing the app is using `Docker engine <https://docs.docker.com/engine/>`_,
follow the `installation steps <https://docs.docker.com/engine/installation/>`_ to install Docker.


Open a terminal and introduce the following commands:

.. code-block:: bash
Expand Down Expand Up @@ -47,7 +60,7 @@ Execute the next command to deploy the app in docker, this step take some time:


Testing
=======
-------

Let’s verify your installation

Expand All @@ -67,6 +80,9 @@ The Internet is a hostile environment.
Before deploying this project, you should take some time to review your settings, with security, performance, and operations in mind.
Keep in mind `this critical settings <https://docs.djangoproject.com/en/1.10/howto/deployment/checklist/#critical-settings>`_.

Locally
=======

RadioCo provides a staging environment, safer than the previous one but still insecure, **use at your own risk**.


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,18 +52,18 @@ radioco.apps.global_settings.migrations.0006_auto_20160116_1509 module
:undoc-members:
:show-inheritance:

radioco.apps.global_settings.migrations.0007_dev_calendarconfiguration_tweaks module
------------------------------------------------------------------------------------
radioco.apps.global_settings.migrations.0007__v3_0__calendarconfiguration_tweaks module
---------------------------------------------------------------------------------------

.. automodule:: radioco.apps.global_settings.migrations.0007_dev_calendarconfiguration_tweaks
.. automodule:: radioco.apps.global_settings.migrations.0007__v3_0__calendarconfiguration_tweaks
:members:
:undoc-members:
:show-inheritance:

radioco.apps.global_settings.migrations.0008_dev_radiocomconfiguration module
-----------------------------------------------------------------------------
radioco.apps.global_settings.migrations.0008__v3_0__radiocomconfiguration module
--------------------------------------------------------------------------------

.. automodule:: radioco.apps.global_settings.migrations.0008_dev_radiocomconfiguration
.. automodule:: radioco.apps.global_settings.migrations.0008__v3_0__radiocomconfiguration
:members:
:undoc-members:
:show-inheritance:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,10 +68,10 @@ radioco.apps.programmes.migrations.0008_auto_20160116_1509 module
:undoc-members:
:show-inheritance:

radioco.apps.programmes.migrations.0009_dev_auto_20160820_1634 module
---------------------------------------------------------------------
radioco.apps.programmes.migrations.0009__v3_0__small_tweaks module
------------------------------------------------------------------

.. automodule:: radioco.apps.programmes.migrations.0009_dev_auto_20160820_1634
.. automodule:: radioco.apps.programmes.migrations.0009__v3_0__small_tweaks
:members:
:undoc-members:
:show-inheritance:
Expand Down
1 change: 1 addition & 0 deletions docs/source/source_code/radioco.apps.radioco.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Subpackages
.. toctree::

radioco.apps.radioco.management
radioco.apps.radioco.migrations
radioco.apps.radioco.tests

Submodules
Expand Down
30 changes: 27 additions & 3 deletions docs/source/source_code/radioco.apps.schedules.migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,34 @@ radioco.apps.schedules.migrations.0001_initial module
:undoc-members:
:show-inheritance:

radioco.apps.schedules.migrations.0002_dev_schedules module
-----------------------------------------------------------
radioco.apps.schedules.migrations.0002__v3_0__renaming_calendar_model module
----------------------------------------------------------------------------

.. automodule:: radioco.apps.schedules.migrations.0002_dev_schedules
.. automodule:: radioco.apps.schedules.migrations.0002__v3_0__renaming_calendar_model
:members:
:undoc-members:
:show-inheritance:

radioco.apps.schedules.migrations.0003__v3_0__create_excludeddates_model module
-------------------------------------------------------------------------------

.. automodule:: radioco.apps.schedules.migrations.0003__v3_0__create_excludeddates_model
:members:
:undoc-members:
:show-inheritance:

radioco.apps.schedules.migrations.0004__v3_0__adding_rrules module
------------------------------------------------------------------

.. automodule:: radioco.apps.schedules.migrations.0004__v3_0__adding_rrules
:members:
:undoc-members:
:show-inheritance:

radioco.apps.schedules.migrations.0005__v3_0__migrating_schedules_to_unique_calendar module
-------------------------------------------------------------------------------------------

.. automodule:: radioco.apps.schedules.migrations.0005__v3_0__migrating_schedules_to_unique_calendar
:members:
:undoc-members:
:show-inheritance:
Expand Down
6 changes: 3 additions & 3 deletions docs/source/source_code/radioco.apps.users.migrations.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ radioco.apps.users.migrations.0003_auto_20160104_2029 module
:undoc-members:
:show-inheritance:

radioco.apps.users.migrations.0004_dev_ckeditor_upload_field module
-------------------------------------------------------------------
radioco.apps.users.migrations.0004__v3_0__ckeditor_upload_field module
----------------------------------------------------------------------

.. automodule:: radioco.apps.users.migrations.0004_dev_ckeditor_upload_field
.. automodule:: radioco.apps.users.migrations.0004__v3_0__ckeditor_upload_field
:members:
:undoc-members:
:show-inheritance:
Expand Down
24 changes: 24 additions & 0 deletions docs/source/upgrade/3.0.1.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
###################
3.0.1 release notes
###################

*******************
What's new in 3.0.1
*******************

* Fixing invoke commands.
* Simplified docker setup.

Take a look to our installation section.

********************
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.

This update doesn't require any further steps.
1 change: 1 addition & 0 deletions docs/source/upgrade/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ on any process that makes changes to your database.
1.2
2.1
3.0
3.0.1
2 changes: 1 addition & 1 deletion radioco/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.


__version__ = '3.0'
__version__ = '3.0.1'

0 comments on commit bd31451

Please sign in to comment.