본문 바로가기

Creaticalmind

검색하기
Creaticalmind
프로필사진 TigerBJ

  • 분류 전체보기 (15)
    • OS (0)
      • mac (0)
      • linux (0)
    • Java (2)
    • Data Science (0)
    • Python (0)
    • Django (1)
    • Database (3)
      • Oracle (0)
      • MySQL (1)
      • No-SQL (2)
    • Bitbucket (1)
    • Regular expressions (7)
    • ETC. (0)
    • Read (0)
    • Write (0)
    • Git (1)
Guestbook
Notice
  • 공지 공지
Recent Posts
Recent Comments
Link
«   2025/07   »
일 월 화 수 목 금 토
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 31
Tags
  • mongo
  • Case sensitive
  • Regular Expressions
  • point
  • Homebrew
  • 대소문자 구별
  • backslash
  • Terminal
  • databases
  • Regex
  • matches any character
  • NoSQL
  • MAC
  • whitespace
  • MongoDB
  • dollar sign
  • square brackets
  • 정규표현식
  • Regexp
  • GIT
  • runserver
  • New Line
  • whitespace characters
  • 딸라표시
  • escaped
  • literal
  • MySQL
  • bitbucket
  • sensitive
  • 꺽쇠
more
Archives
Today
Total
관리 메뉴
  • 글쓰기
  • 방명록
  • RSS
  • 관리

목록runserver (1)

Creaticalmind

Django <-> Mysql 연동방법

Django Mysql 연동방법 1. mysql설치 방법은 아래와 같습니다. https://creaticalmind.tistory.com/21?category=709469 2. django 프로젝트에서 pip를 이용해서 mysqlclient 설치 $ pip search mysqlclient $ pip install mysqlclient==1.4.1 3. django project 안에 있는 setting.py 수정 기본 세팅값을 MySQL 세팅값으로 변경 setting.py - 기본 세팅값 DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), } } - My..

Django 2019. 5. 20. 22:08
Prev 1 Next

Blog is powered by kakao / Designed by Tistory

티스토리툴바