mirror of
				https://github.com/django/daphne.git
				synced 2025-11-04 09:37:32 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			132 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			132 B
		
	
	
	
		
			Python
		
	
	
	
	
	
SECRET_KEY = 'cat'
 | 
						|
 | 
						|
DATABASES = {
 | 
						|
    'default': {
 | 
						|
        'ENGINE': 'django.db.backends.sqlite3',
 | 
						|
    }
 | 
						|
}
 | 
						|
 | 
						|
MIDDLEWARE_CLASSES = []
 |