19 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			409 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| [global]
 | |
| secret_file = secret.txt
 | |
| debug = false
 | |
| ;Advanced options, only uncomment if you know what you're doing:
 | |
| ;static_root = /path/to/static
 | |
| ;static_url = /static/
 | |
| ;media_root = /path/to/media
 | |
| ;media_url = /user-media/
 | |
| ;language_code = en-us
 | |
| ;time_zone = UTC
 | |
| ;redis_uri = redis://localhost:6379
 | |
| 
 | |
| [allowed_hosts]
 | |
| allowed_host1 = example.com
 | |
| 
 | |
| [database]
 | |
| engine = django.db.backends.sqlite3
 | |
| name = db.sqlite3
 | 
