Differences between revisions 6 and 7
Revision 6 as of 2006-08-23 13:18:29
Size: 763
Editor: 203
Comment:
Revision 7 as of 2006-08-23 13:19:22
Size: 868
Editor: 203
Comment:
Deletions are marked like this. Additions are marked like this.
Line 14: Line 14:
 * Python, Django, pysqlite2  * Python, Django(0.95), pysqlite2
Line 20: Line 20:
 1. setting   * django-admin.py startproject engstudy
  * cd engstudy
  * ./manage.py startapp gmpstudy
 1. settings.py

대안언어축제2006 BoF 세션 http://altlang.org/fest/EnglishStudyWithDjango

TableOfContents

GoodMorningPops Study Site

라디오방송 [http://www.kbs.co.kr/radio/coolfm/gmp/ 굿모닝팝스] 가운데 뉴스 mp3부분을 DB로 만들고, dictation을 연습하면 어떨까.

Django 란?

개괄적 설명

설치

설치방법소개

  • Python, Django(0.95), pysqlite2

따라해 보세요

first cycle

  1. startproject, startapp
    • django-admin.py startproject engstudy
    • cd engstudy
    • ./manage.py startapp gmpstudy
  2. settings.py
  3. model
  4. shell 에서 몇가지 데이터 입력
  5. url
  6. view
  7. template
  8. 동작확인

second cycle

  1. model 수정
  2. 사용자 로그인 및 개인별 성적페이지

토론

참고정보

EnglishStudyWithDjango (last edited 2012-08-17 10:51:31 by 182)

web biohackers.net