mirror of
				https://gitlab.crans.org/mediatek/med.git
				synced 2025-11-04 03:42:13 +01:00 
			
		
		
		
	Fix entrypoint for Django 2.2
This commit is contained in:
		@@ -2,7 +2,9 @@
 | 
				
			|||||||
# This will launch the Django project as a fastcgi socket
 | 
					# This will launch the Django project as a fastcgi socket
 | 
				
			||||||
# then Apache or NGINX will be able to use that socket
 | 
					# then Apache or NGINX will be able to use that socket
 | 
				
			||||||
 | 
					
 | 
				
			||||||
python manage.py compilemessages -i ".tox" -i "venv"
 | 
					# Option "-i" will be only available in Django 3.0+, but it does not support Python 3.5
 | 
				
			||||||
 | 
					#python manage.py compilemessages -i ".tox" -i "venv"
 | 
				
			||||||
 | 
					python manage.py compilemessages
 | 
				
			||||||
python manage.py makemigrations
 | 
					python manage.py makemigrations
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Wait for database
 | 
					# Wait for database
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user