work on comments, clean up a bit

This commit is contained in:
bkfox
2016-05-26 00:51:23 +02:00
parent f8f3beb124
commit a989e53da4
9 changed files with 249 additions and 86 deletions

View File

@ -23,7 +23,8 @@ Later we would provide a package, but now we have other priorities.
### settings.py
* There must be `BASE_DIR` or `PROJECT_ROOT` defined in order to make liquidsoap working (that must call manage.py using an absolute path).
* INSTALLED_APPS:
- dependencies: `'taggit'`, `'easy_thumbnails'`
- dependencies: `'taggit'` (*programs* and *cms* applications),
`'easy_thumbnails'` (*cms*), `'honeypot'` (*cms*)
- optional dependencies (in order to make users' life easier): `'autocomplete_light'`, `'suit'`
- aircox: `'aircox.programs'`, `'aircox.liquidsoap'`, `'aircox.cms'`