mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-10-29 04:17:41 +00:00 
			
		
		
		
	* fix cli call to get a fully running invoke * use relativ import This is importend when imported from outside * Add version command * Add more information to version command * make print easier to understand
		
			
				
	
	
		
			4 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			221 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| web: env/bin/gunicorn --chdir $APP_HOME/InvenTree -c InvenTree/gunicorn.conf.py InvenTree.wsgi -b 0.0.0.0:$PORT
 | |
| worker: env/bin/python InvenTree/manage.py qcluster
 | |
| cli: . env/bin/activate && exec env/bin/python -m invoke
 |