forked from rc/aircox
doc
This commit is contained in:
parent
2e985c9b1e
commit
f458583f68
19
README.md
19
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.
|
Later we would provide a package, but now we have other priorities.
|
||||||
|
|
||||||
### settings.py
|
### 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:
|
* INSTALLED_APPS:
|
||||||
- dependencies: `'taggit'` (*programs* and *cms* applications),
|
- dependencies: `'taggit'` (*programs* and *cms* applications),
|
||||||
`'easy_thumbnails'` (*cms*), `'honeypot'` (*cms*)
|
`'easy_thumbnails'` (*cms*), `'honeypot'` (*cms*)
|
||||||
- optional dependencies (in order to make users' life easier): `'autocomplete_light'`, `'suit'`
|
- optional dependencies (in order to make users' life easier): `'autocomplete_light'`, `'suit'`
|
||||||
- aircox: `'aircox.programs'`, `'aircox.liquidsoap'`, `'aircox.cms'`, `'aircox.website'`
|
- aircox: `'aircox.programs'`, `'aircox.controllers'`, `'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')),
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user