update db to postgres
Signed-off-by: Nico Schottelius <nico@wurzel.schottelius.org>
This commit is contained in:
		
					parent
					
						
							
								bba227428d
							
						
					
				
			
			
				commit
				
					
						c3f24179fc
					
				
			
		
					 1 changed files with 2 additions and 3 deletions
				
			
		|  | @ -79,12 +79,11 @@ WSGI_APPLICATION = 'dynamicweb.wsgi.application' | ||||||
| 
 | 
 | ||||||
| DATABASES = { | DATABASES = { | ||||||
|     'default': { |     'default': { | ||||||
|         'ENGINE': 'django.db.backends.sqlite3', |         'ENGINE': 'django.db.backends.postgresql_psycopg2', | ||||||
|         'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), |         'NAME': 'app', | ||||||
|     } |     } | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
| 
 |  | ||||||
| # Internationalization | # Internationalization | ||||||
| # https://docs.djangoproject.com/en/1.8/topics/i18n/ | # https://docs.djangoproject.com/en/1.8/topics/i18n/ | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue