mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Use a named URL for the LOGIN_URL value
This commit is contained in:
		| @@ -41,7 +41,7 @@ SECRET_KEY = os.getenv( | ||||
| # SECURITY WARNING: don't run with debug turned on in production! | ||||
| DEBUG = True | ||||
|  | ||||
| LOGIN_URL = '/admin/login' | ||||
| LOGIN_URL = "admin:login" | ||||
|  | ||||
| ALLOWED_HOSTS = ["*"] | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Daniel Quinn
					Daniel Quinn