mirror of
				https://github.com/django/django.git
				synced 2025-10-31 09:41:08 +00:00 
			
		
		
		
	[4.2.x] Fixed #34140 -- Reformatted code blocks in docs with blacken-docs.
This commit is contained in:
		
				
					committed by
					
						 Mariusz Felisiak
						Mariusz Felisiak
					
				
			
			
				
	
			
			
			
						parent
						
							32f224e359
						
					
				
				
					commit
					62510f01e7
				
			| @@ -84,11 +84,12 @@ function:: | ||||
|  | ||||
|     import os | ||||
|  | ||||
|     os.environ['DJANGO_SETTINGS_MODULE'] = 'mysite.settings' | ||||
|     os.environ["DJANGO_SETTINGS_MODULE"] = "mysite.settings" | ||||
|  | ||||
|     from django.contrib.auth.handlers.modwsgi import check_password | ||||
|  | ||||
|     from django.core.handlers.wsgi import WSGIHandler | ||||
|  | ||||
|     application = WSGIHandler() | ||||
|  | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user