doc
This commit is contained in:
		
							
								
								
									
										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.
 | 
			
		||||
 | 
			
		||||
### 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'`
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user