12 lines
		
	
	
		
			262 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			262 B
		
	
	
	
		
			Python
		
	
	
	
	
	
"""passbook pretend config"""
 | 
						|
from django.apps import AppConfig
 | 
						|
 | 
						|
 | 
						|
class PassbookPretendConfig(AppConfig):
 | 
						|
    """passbook pretend config"""
 | 
						|
 | 
						|
    name = 'passbook.pretend'
 | 
						|
    label = 'passbook_pretend'
 | 
						|
    verbose_name = 'passbook Pretender'
 | 
						|
    mountpoint = ''
 |