mirror of
				https://github.com/retspen/webvirtcloud
				synced 2025-07-31 12:41:08 +00:00 
			
		
		
		
	Fixed default auth model
This commit is contained in:
		
							parent
							
								
									aba3e5d714
								
							
						
					
					
						commit
						6587308dda
					
				
					 1 changed files with 1 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -10,8 +10,6 @@ SECRET_KEY = ''
 | 
			
		|||
 | 
			
		||||
DEBUG = True
 | 
			
		||||
 | 
			
		||||
TEMPLATE_DEBUG = DEBUG
 | 
			
		||||
 | 
			
		||||
ALLOWED_HOSTS = ['*']
 | 
			
		||||
 | 
			
		||||
INSTALLED_APPS = (
 | 
			
		||||
| 
						 | 
				
			
			@ -45,7 +43,7 @@ MIDDLEWARE_CLASSES = (
 | 
			
		|||
)
 | 
			
		||||
 | 
			
		||||
AUTHENTICATION_BACKENDS = (
 | 
			
		||||
    'django.contrib.auth.backends.RemoteUserBackend',
 | 
			
		||||
    'django.contrib.auth.backends.ModelBackend',
 | 
			
		||||
    #'accounts.backends.MyRemoteUserBackend',
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue