Fix Django warning about old TEMPLATES_* settings.
This commit is contained in:
		
							parent
							
								
									b2e952f3b8
								
							
						
					
					
						commit
						d11ed137fa
					
				
					 1 changed files with 0 additions and 7 deletions
				
			
		|  | @ -34,13 +34,6 @@ REDIRECT_TABLE = { | ||||||
|     'www.sf-conservancy.org': 'sfconservancy.org', |     'www.sf-conservancy.org': 'sfconservancy.org', | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| _root_dir = os.path.abspath(os.path.dirname(__file__)) |  | ||||||
| TEMPLATE_DIRS = ( |  | ||||||
|     os.path.join(_root_dir, 'templates'), |  | ||||||
|     os.path.join(_root_dir, 'static'), |  | ||||||
| ) |  | ||||||
| del _root_dir |  | ||||||
| 
 |  | ||||||
| LOGGING = { | LOGGING = { | ||||||
|     'version': 1, |     'version': 1, | ||||||
|     'disable_existing_loggers': False, |     'disable_existing_loggers': False, | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue