티스토리 뷰
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.oracle',
'NAME': '', # Or path to database file if using sqlite3.
'USER': 'study', # Not used with sqlite3.
'PASSWORD': 'study', # Not used with sqlite3.
'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
'PORT': '1521', # Set to empty string for default. Not used with sqlite3.
}
}
출처: <http://jeremyko.blogspot.kr/2012/08/django-1.html>
ENGINE : 다음중 하나를 설정.
'django.db.backends.postgresql_psycopg2'
'django.db.backends.mysql'
'django.db.backends.sqlite3'
'django.db.backends.oracle'
python manage.py syncdb
'프로그래밍 > 파이썬' 카테고리의 다른 글
[파이썬] 파이썬(Python)이 인기있는 이유 10가지 (0) | 2020.10.11 |
---|---|
[파이썬] 변수 기초 사용 방법 (0) | 2020.10.06 |
[파이썬] django 외부 접속시 DisallowedHost가 뜰때 (0) | 2017.01.18 |
[파이썬] django 홈페이지 외부 오픈하기 (0) | 2017.01.17 |
[파이썬] 소수점 자리에서 반올림 하기. (0) | 2017.01.16 |
- Total
- Today
- Yesterday
- Java 프로그래밍
- create-react-app 시작하기
- python tip
- 파이썬
- cors 문제
- php로 자바스크립트 콘솔 출력
- 빈 컴포넌트
- 자바
- 문제해결
- ubuntu node
- java programming
- react 시작하는 법
- 프로그래밍
- 최신 nodejs
- cros 방법
- cros 에러
- 파이썬 팁
- 프로그래밍구성방법
- Python
- 자바프로그래밍
- Java
- cargo 설치 명령어
- cors 해결방법
- Python Programming
- 자바스크립트 배열 오브젝트 삭제
- node 최신버전
- nginx cors
- 배열에서 오브젝트 삭제하기
- rustup
- 파이썬 프로그래밍
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |