mirror of
				https://github.com/inventree/InvenTree.git
				synced 2025-11-03 22:55:43 +00:00 
			
		
		
		
	Remove extra options
This commit is contained in:
		@@ -215,10 +215,6 @@ MAINTENANCE_MODE_STATE_FILE_PATH = os.path.join(
 | 
				
			|||||||
    'maintenance_mode_state.txt',
 | 
					    'maintenance_mode_state.txt',
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MAINTENANCE_MODE_IGNORE_ADMIN_SITE = True
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
MAINTENANCE_MODE_IGNORE_SUPERUSER = True
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
# List of allowed hosts (default = allow all)
 | 
					# List of allowed hosts (default = allow all)
 | 
				
			||||||
ALLOWED_HOSTS = CONFIG.get('allowed_hosts', ['*'])
 | 
					ALLOWED_HOSTS = CONFIG.get('allowed_hosts', ['*'])
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user