Migrated some settings to djangocommonsettings so they can easily be overridden.
This commit is contained in:
		
							parent
							
								
									51d695bd6e
								
							
						
					
					
						commit
						613a018076
					
				
					 1 changed files with 0 additions and 6 deletions
				
			
		|  | @ -20,15 +20,9 @@ | |||
| from djangocommonsettings import * | ||||
| 
 | ||||
| SITE_ID = 2 | ||||
| MEDIA_ROOT = '/var/www/conservancy/static/media/' | ||||
| MEDIA_URL = 'http://sfconservancy.org/media' | ||||
| ROOT_URLCONF = 'conservancy.urls' | ||||
| FORCE_CANONICAL_HOSTNAME = "sfconservancy.org" | ||||
| 
 | ||||
| TEMPLATE_DIRS = ( | ||||
|     '/var/www/conservancy/templates', | ||||
| ) | ||||
| 
 | ||||
| try: | ||||
|     from djangodebug import conservancy_hostname as FORCE_CANONICAL_HOSTNAME | ||||
| except: | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Bradley M. Kuhn
						Bradley M. Kuhn