From f458583f688421a4c9001ec2cd4595148f287255 Mon Sep 17 00:00:00 2001 From: bkfox Date: Tue, 12 Jul 2016 23:19:20 +0200 Subject: [PATCH] doc --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index f145ab1..fb2169d 100644 --- a/README.md +++ b/README.md @@ -22,26 +22,9 @@ For now, we provide only applications availables under the aircox directory. Cre 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'` (*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'`, `'aircox.website'` - -### urls.py -* dependencies: - - ```python - url(r'^autocomplete/', include('autocomplete_light.urls')), # autocomplete - ``` - -* aircox: - - ```python - # if using liquidsoap - url(r'^liquidsoap/', include('aircox.liquidsoap.urls')), - ``` - - + - aircox: `'aircox.programs'`, `'aircox.controllers'`, `'aircox.cms'`, `'aircox.website'`