Like Pinterest and others I want to make great apps in Django. Many of them are talking about limitations of Django ORM - Pinterest are using only one table in Django ORM. I think it can be User table or django_session. It is because they had started with Django ORM. So, if I am going develop and promote my site for a long time, what solution should I choose? I am going to stay with django, and no
I've been doing a lot of research lately into using Pyramid with SQLAlchemy versus keeping a current application in Django. That by itself is an entire debate, but I'm not here to discuss that. What I do want to know is, why is SQLAlchemy universally considered better than Django ORM? Almost every, if not every, comparison I've found between the two favors SQLAlchemy. I assume performance is a big
Djangoでtastypieを使ってREST APIを作る際に、bpmappersをどうやって組み合わせればよいか調べてた。 tastypieのCookbookのページにカスタムの値を追加する例がある。 Adding Custom Values tastypieのソースコードを読んだところ、dehydrateメソッドで値の変換をするので良さそうに見えたので、ここにマッピング処理を挿し込む。 Django1.5.4, tastypie0.10.0。 試したコード myapp/models.py from django.db import models class Item(models.Model): name = models.CharField(max_length=20) price = models.PositiveIntegerField() myapp/mappers.py i
DjangoでREST APIを簡単につくるためのライブラリは、django-tastypie以外にDjango REST framework(以下rest_framework)というのもある。 Django REST framework これとbpmappersを組み合わせて使う方法を調べたのでまとめる。 rest_frameworkモジュールのソースコードを読んだところ、rest_framework.serializersはbpmappersとほぼ同等の処理を行っている。 そのため、bpmappersを使わずにrest_framework.serializersですべて実装してしまっても良いと思う。 今回はあえてそれをしない。 試したコード models.py from django.db import models class Item(models.Model): name = m
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く