mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Update migration script to re-compile translation strings
This commit is contained in:
		
							
								
								
									
										2
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								Makefile
									
									
									
									
									
								
							@@ -15,6 +15,8 @@ migrate:
 | 
				
			|||||||
	cd InvenTree && python3 manage.py migrate
 | 
						cd InvenTree && python3 manage.py migrate
 | 
				
			||||||
	cd InvenTree && python3 manage.py migrate --run-syncdb
 | 
						cd InvenTree && python3 manage.py migrate --run-syncdb
 | 
				
			||||||
	cd InvenTree && python3 manage.py check
 | 
						cd InvenTree && python3 manage.py check
 | 
				
			||||||
 | 
						cd InvenTree && python3 manage.py makemessages
 | 
				
			||||||
 | 
						cd InvenTree && python3 manage.py compilemessages
 | 
				
			||||||
 | 
					
 | 
				
			||||||
# Collect static files into the correct locations
 | 
					# Collect static files into the correct locations
 | 
				
			||||||
static:
 | 
					static:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user