mirror of
				https://github.com/django/django.git
				synced 2025-10-31 01:25:32 +00:00 
			
		
		
		
	[1.7.x] Refs #23430 -- gunicorn wants a module, not file
Backport of fa74dba994 from master
			
			
This commit is contained in:
		
				
					committed by
					
						 Tim Graham
						Tim Graham
					
				
			
			
				
	
			
			
			
						parent
						
							a932c596fc
						
					
				
				
					commit
					ba8983333a
				
			| @@ -22,7 +22,7 @@ Running Django in Gunicorn as a generic WSGI application | ||||
|  | ||||
| When Gunicorn is installed, a ``gunicorn`` command is available which starts | ||||
| the Gunicorn server process. At its simplest, gunicorn just needs to be called | ||||
| with the location of a file containing a WSGI application object named | ||||
| with the location of a module containing a WSGI application object named | ||||
| `application`. So for a typical Django project, invoking gunicorn would look | ||||
| like:: | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user