can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18,...

55
can burak çilingir [email protected] istanbul bilgi üniversitesi Monday, April 20, 2009

Transcript of can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18,...

Page 1: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can burak ç[email protected]

istanbul bilgi üniversitesi

Monday, April 20, 2009

Page 2: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

amacımız“adam gibi”

web uygulamasıüretmek

Monday, April 20, 2009

Page 3: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

derdimiz ne?

Monday, April 20, 2009

Page 4: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

markalar

Monday, April 20, 2009

Page 5: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

markalar

Monday, April 20, 2009

Page 6: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

kavramlar

Monday, April 20, 2009

Page 7: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

kavramlar

Monday, April 20, 2009

Page 8: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

protokol

Monday, April 20, 2009

Page 9: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

protokol

Monday, April 20, 2009

Page 10: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

django is a high-level python web framework that

encourages rapid development and clean, pragmatic design

Monday, April 20, 2009

Page 11: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

web uygulaması nedir?

Monday, April 20, 2009

Page 12: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 13: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 14: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 15: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 16: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

ilk adım

Monday, April 20, 2009

Page 17: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% django-admin.py startproject icyosi ~/bilkentcan@proplyd% cd icyosi ~/bilkentcan@proplyd% ls -la ~/bilkent/icyositotal 24drwxr-xr-x 6 can staff 204 Mar 16 18:04 .drwxr-xr-x 3 can staff 102 Mar 16 18:04 ..-rw-r--r-- 1 can staff 0 Mar 16 18:04 __init__.py-rw-r--r-- 1 can staff 546 Mar 16 18:04 manage.py-rw-r--r-- 1 can staff 2773 Mar 16 18:04 settings.py-rw-r--r-- 1 can staff 537 Mar 16 18:04 urls.py

Monday, April 20, 2009

Page 18: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 19: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 20: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

deneyelim1

Monday, April 20, 2009

Page 21: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

hello world

Monday, April 20, 2009

Page 22: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% python2.5 manage.py startapp blog ~/bilkent/icyosican@proplyd% ls -la blog ~/bilkent/icyositotal 16drwxr-xr-x 5 can staff 170 Mar 16 21:21 .drwxr-xr-x 9 can staff 306 Mar 16 21:21 ..-rw-r--r-- 1 can staff 0 Mar 16 21:21 __init__.py-rw-r--r-- 1 can staff 57 Mar 16 21:21 models.py-rw-r--r-- 1 can staff 26 Mar 16 21:21 views.py

Monday, April 20, 2009

Page 23: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 24: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 25: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

deneyelim2

Monday, April 20, 2009

Page 26: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

veritabanı

Monday, April 20, 2009

Page 27: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 28: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% python2.5 manage.py syncdb ~/bilkent/icyosiCreating table auth_permissionCreating table auth_groupCreating table auth_userCreating table auth_messageCreating table django_content_typeCreating table django_sessionCreating table django_site

You just installed Django's auth system, which means you don't have any superusers defined.Would you like to create one now? (yes/no): yesUsername (Leave blank to use 'can'): E-mail address: [email protected]: Password (again): Superuser created successfully.Installing index for auth.Permission modelInstalling index for auth.Message model

Monday, April 20, 2009

Page 29: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 30: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% python2.5 manage.py syncdb ~/bilkent/icyosiCreating table blog_entry

Monday, April 20, 2009

Page 31: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% python2.5 manage.py shell ~/bilkent/icyosiPython 2.5.4 (r254:67916, Feb 26 2009, 10:01:19) Type "copyright", "credits" or "license" for more information.

IPython 0.9.1 -- An enhanced Interactive Python.? -> Introduction and overview of IPython's features.%quickref -> Quick reference.help -> Python's own help system.object? -> Details about 'object'. ?object also works, ?? prints more.

In [1]: from icyosi.blog.models import Entry

In [2]: Entry.objects.create(title="merhaba",content="bu ilk icerik")Out[2]: <Entry: Entry object>

In [3]: Entry.objects.filter(title__endswith="haba")Out[3]: [<Entry: Entry object>]

In [4]: Entry.objects.create(title="ikinci icerik",content="bu ikinci icerik")Out[4]: <Entry: Entry object>

Monday, April 20, 2009

Page 32: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 33: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 34: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

deneyelim3

Monday, April 20, 2009

Page 35: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

“template”

Monday, April 20, 2009

Page 36: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% mkdir -p templates/blog ~/bilkent/icyosi

Monday, April 20, 2009

Page 37: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 38: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 39: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

deneyelim4

Monday, April 20, 2009

Page 40: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

yönetim

Monday, April 20, 2009

Page 41: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 42: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

can@proplyd% python2.5 manage.py syncdb ~/bilkent/icyosiCreating table django_admin_logInstalling index for admin.LogEntry model

Monday, April 20, 2009

Page 43: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 44: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 45: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

deneyelim5

Monday, April 20, 2009

Page 46: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

dry(don’t repeat yourself)

Monday, April 20, 2009

Page 47: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 48: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 49: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 50: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 51: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

deneyelim6

Monday, April 20, 2009

Page 52: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 53: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Monday, April 20, 2009

Page 54: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

Django Reinhardt

At the age of 18, Reinhardt was injured in a fire that ravaged the

caravan he shared with Florine "Bella" Mayer, his first wife. They were

very poor, and to supplement their income Bella made imitation flowers

out of celluloid and paper. Consequently, their home was full of this

highly flammable material. Returning from a performance late one night,

Django apparently knocked over a candle on his way to bed. While

his family and neighbors were quick to pull him to safety, he received

first- and second-degree burns over half his body. His right leg was

paralyzed and the third and fourth fingers of his left hand

were badly burnt. Doctors believed that he would never

play guitar again and intended to amputate one of his legs.

Reinhardt refused to have the surgery and left the hospital after a short

time; he was able to walk within a year with the aid of a cane.

His brother Joseph Reinhardt, an accomplished guitarist

himself, bought Django a new guitar. With painful

rehabilitation and practice Django relearned his craft in a

completely new way, even as his third and fourth fingers

remained partially paralyzed. It is said that he played all of his

guitar solos with only two fingers, and managed to use the two injured

digits only for chord work. (source: wikipedia)

Monday, April 20, 2009

Page 55: can burak çilingir - Linux Kullanıcıları Derneği · Django Reinhardt At the age of 18, Reinhardt was injured in a fire that ravaged the caravan he shared with Florine "Bella"

ödev

django tutorialdjango book

Monday, April 20, 2009