use humanize to add comma to numbers
This commit is contained in:
		
					parent
					
						
							
								251d4928e2
							
						
					
				
			
			
				commit
				
					
						d52c061709
					
				
			
		
					 8 changed files with 21 additions and 24 deletions
				
			
		| 
						 | 
				
			
			@ -82,6 +82,7 @@ INSTALLED_APPS = (
 | 
			
		|||
    'django.contrib.admin',
 | 
			
		||||
    'django.contrib.auth',
 | 
			
		||||
    'django.contrib.contenttypes',
 | 
			
		||||
    'django.contrib.humanize',
 | 
			
		||||
    'django.contrib.sessions',
 | 
			
		||||
    'django.contrib.messages',
 | 
			
		||||
    'django.contrib.staticfiles',
 | 
			
		||||
| 
						 | 
				
			
			@ -255,8 +256,6 @@ USE_L10N = True
 | 
			
		|||
 | 
			
		||||
USE_TZ = True
 | 
			
		||||
 | 
			
		||||
USE_THOUSAND_SEPARATOR = True
 | 
			
		||||
 | 
			
		||||
FORMAT_MODULE_PATH = [
 | 
			
		||||
    'dynamicweb.formats'
 | 
			
		||||
]
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue