fix wrong attr name in Station's properties outputs and inputs

This commit is contained in:
bkfox
2016-12-29 20:48:57 +01:00
parent 331152b0e9
commit b011df7dcd
3 changed files with 8 additions and 6 deletions

View File

@ -49,11 +49,13 @@ Python modules:
* `bleach`: 'aircox.cms` (comments sanitization)
* `dateutils`: `aircox.programs` (used for tests)
* `Pillow`: `aircox.cms` (needed by `wagtail`)
* Django's required database modules
* Django's required database modules (remember to install `mysqlclient` if you plan to use a MySql database server)
External applications:
* `liquidsoap`: `aircox` (generation of the audio streams)
* `sox`: `aircox` (check sounds quality and metadatas)
* `gunicorn`: WSGI server to be used in production (installed along as dependency)
* `supervisord`: supervisor
* note there might be external dependencies for python's Pillow too
* sqlite, mysql or any database library that you need to run a database, that is supported by Django (+ eventual python deps)