forked from uncloud/uncloud
		
	add django…extensions to support "graph_models"
This commit is contained in:
		
					parent
					
						
							
								8f4e7cca1b
							
						
					
				
			
			
				commit
				
					
						723d2a99cc
					
				
			
		
					 2 changed files with 3 additions and 0 deletions
				
			
		| 
						 | 
					@ -4,3 +4,5 @@ django-auth-ldap
 | 
				
			||||||
stripe
 | 
					stripe
 | 
				
			||||||
xmltodict
 | 
					xmltodict
 | 
				
			||||||
psycopg2
 | 
					psycopg2
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					parsedatetime
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -57,6 +57,7 @@ INSTALLED_APPS = [
 | 
				
			||||||
    'django.contrib.sessions',
 | 
					    'django.contrib.sessions',
 | 
				
			||||||
    'django.contrib.messages',
 | 
					    'django.contrib.messages',
 | 
				
			||||||
    'django.contrib.staticfiles',
 | 
					    'django.contrib.staticfiles',
 | 
				
			||||||
 | 
					    'django_extensions',
 | 
				
			||||||
    'rest_framework',
 | 
					    'rest_framework',
 | 
				
			||||||
    'uncloud_pay',
 | 
					    'uncloud_pay',
 | 
				
			||||||
    'uncloud_auth',
 | 
					    'uncloud_auth',
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue