11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			201 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| import webnotes
 | |
| 
 | |
| def execute():
 | |
| 	from webnotes.model.code import get_obj
 | |
| 	
 | |
| 	# rewrite pages
 | |
| 	get_obj('Website Settings').rewrite_pages()
 | |
| 	
 | |
| 	ss = get_obj('Style Settings')
 | |
| 	ss.validate()
 | |
| 	ss.on_update() |