48
Modern

Modern django

Embed Size (px)

Citation preview

Modern

What?You said Django??

Yes

New and nice things of

Django

I knowMost of Aliens and Mummies

don’t like Django

Buton this session

I hope you takeanother look at Django

Modern

Hi there

hirokiky

menuTHIS IS Django

Pyramid or Django

New things of Django

CMS on Django

REST API on Django

THIS IS Django

Full StackAdmin

Community

All in DjangoModelView

Template

ModelEvent.objects.filter(title="PST2015")

Viewfrom django.http import HttpResponse

def greeting(request): name = request.GET.get("name") return HttpResponse("Hello, " + name)

TemplateHello {{ name }}

And moreMigrationAuthAdmin pageFormCommandsCache

LoggingEmailPaginatorMessageSerializerSession

Storage APItestingi18n, li0n timezoneGeo...

Admindemo

Community

Tons of

django_*

Events

TokyoDjangoMeetuphttp://django.connpass.com/

Pyramid or Django

PyramidViewAuth

SessionLogging

i18n

And friendsSQLAlchemyMakoAlembiccliff

Deformdogpile.cachepyramid_storagewebtest

Beautiful@view_config

ACLrenderers

Small to BigCreate apps you want

New things of Django

MigrationDatabase Migration

GoodiesData migration

Squashing migrations

Pluggable Template

Jinja2

mako…?not Official

CMS on Django

django-cms

Mezzanine

djangoproject.jp(♥∀♥) Mezzanine

REST API on Django

django-rest-framework

Goodiesauto generate APIauto generate HTML page

Things I likeAuthentication

PermissionException handling

mummies may like it

SummaryTHIS IS Django

Pyramid or Django

New things of Django

CMS on Django

REST API on Django

I want to say…

Django is not so shame these days

Enjoy the symposium