One of the things that I like about Django is that it allows you to run unit tests on the code with relative ease. So I have a bunch of unit tests now, and I was looking to expand it. For that I first needed to know which parts of the code had good coverage and which parts had no coverage. I needed to integrate code coverage with the unit testing framework. In the end, it involved modifying a few
Design Generalist living in San Francisco specializing in interaction design and software engineering.
今日、Pyhton焼肉に行ったときに、id:soundkitchenさんから、DjangoでSQLAlchemyを使う方法について質問を受けたのですが、あとで見返してみても、以前書いたこと以上のことは、実際やっていません・・・ http://d.hatena.ne.jp/perezvon/20070926/1190823332 例えば、Djangoプロジェクト名をgumiと作り、そのプロジェクトが使う唯一のデータベース接続を表現するパッケージを、gumi/db.pyとして表現するとすると、 # -*- coding: utf-8 -*- from django.conf import settings from django.core import signals from django.dispatch import dispatcher import sqlalchemy from s
Django tips: get the most out of generic views November 16, 2006 Django Recently at work I had the chance to revisit an application I’d written fairly early on in my tenure at World Online; I was still getting used to doing real Django development and to some of the quirks of our development environment, and ended up writing a lot more code than I needed to, so I was happy to be able to take a cou
Using Django's Free Comments Django includes some basic commenting functionality that can save you a ton of time if you want to allow users to add comments to objects such as blog entries or photos. Django's free comments are flexible enough that they can be used on pretty much anything. Set Up The first thing you'll need to do is to add Django's comment packages to your INSTALLED_APPS in "setting
Did you just buy a universal remote control but scratching your head on how to use it? Does this alien tech make you wonder how it will operate any device? Worry not, we got a manual on how to program universal remote for any device. Here, you will also get universal remote control codes for any device. First, you need to program universal remote for the device you want to operate. There is a list
根据“有独立的核心业务、有独立的组织架构、有独立的运营模式”三独立的原则,华特集团将所有业务整合为目前的三个事业板块: 沥青材料事业板块; 工程北京赛车官网下载事业板块; 沥青商砼事业板块����。
GT Nitro: Car Game Drag Raceは、典型的なカーゲームではありません。これはスピード、パワー、スキル全開のカーレースゲームです。ブレーキは忘れて、これはドラッグレース、ベイビー!古典的なクラシックから未来的なビーストまで、最もクールで速い車とカーレースできます。スティックシフトをマスターし、ニトロを賢く使って競争を打ち破る必要があります。このカーレースゲームはそのリアルな物理学と素晴らしいグラフィックスであなたの心を爆発させます。これまでプレイしたことのないようなものです。 GT Nitroは、リフレックスとタイミングを試すカーレースゲームです。正しい瞬間にギアをシフトし、ガスを思い切り踏む必要があります。また、大物たちと競いつつ、車のチューニングとアップグレードも行わなければなりません。世界中で最高のドライバーと車とカーレースに挑むことになり、ドラッグレースの王冠
ymasuda.jpのDjangoページ http://michilu.com/django/doc-ja/install/ http://www.djangoproject.jp/ 【Python】Webフレームワーク Djangoスレ Part1 29 nobodyさん [] Date:2006/10/05(木) 17:58:11 ID:u/nFMdyX Be: djangoのバックエンドで複数台のDB使うには、どうすればいいんでしょうか? 例えば、MySQLで更新系/参照系で別マシンにアクセスしたい場合。 30 nobodyさん [sage] Date:2006/10/08(日) 13:31:17 ID:??? Be: >>29 現在公式に改良中のはず 31 nobodyさん [sage] Date:2006/10/08(日) 22:09:36 ID:??? Be: >29 現在2種
Ryan Kanno: The diary of an Enginerd in Hawaii Everything you’ve ever thought, but never had the balls to say. Since I’ve finally been picked up by the Django community aggregator (Thanks Jacob!), I figured I’d put out a little snippet for people to use/critique; hopefully more use than critique. I really, really liked the PaginatorTag on the Django Wiki, but I’ve always wanted my sites to have c
ちまちま処理を書いた後に、そのまんまな組込みフィルタがあることを知ってがっくり、なんてことを繰り返していたので、本気でドキュメントを読もうと組込みフィルタの一覧をプリントアウトしたら、思っていたのよりも数が多くて、戸惑い気味です。 さらっと目を通すと、「こんな便利なものがあるなら先に言ってよ」なものから「これ、何に使うの?」ってものまであるようなので、とりあえず一通り試すことにしました。 add 1 add 2 eq :{{ 1|add:2 }} 1 add 2 eq :3 addslashes JavaScriptへ渡す時に使う用らしい 後回し capfirst test capfirst :{{ "test"|capfirst }} test capfirst :Test center {{ "test"|center:20 }}HTML上ではスペースは意味ないので表示に変化はなし。
Time for something new to take it’s place. Posted by Ross Poulton on Tue 23 January 2024 #django #djangosites The time has come for me to shut down Djangosites.org. This will happen in late January, 2024. When I started Djangosites back in 2007, Django was still a relatively young platform (having been an open-source project for only a few years) and besides the Lawrence Journal-World there were f
djangoのマニュアルでは探しきれなかったけど、ページングライブラリがあるようだ。 django.core.paginator.ObjectPaginator でも少し機能が少ないようだったので探してみると、Django snippetsにいくつか登録されていた。 使いやすそうなBetterPaginatorというのを使ってみる。http://www.djangosnippets.org/snippets/219/http://www.djangosnippets.org/snippets/220/ 簡単にできた。 url.py ... urlpatterns = patterns('', (r'^shohin/list/$', 'testapp.main.views.shohin_list'), (r'^shohin/list/p(?P\d+)/$', 'testapp.main.vi
8/25にサイボウズ・ラボにて行われた「Django勉強会 Disc 4」での発表資料を公開します。途中のMigrateの説明は少々簡略化しすぎで、これでは初めての方は実際に使えないかと思いますが、別途現在のMigrateの状況とともに紹介しようと思っています。【追記】Migrateについては別の場所にて紹介していますので、興味のある方は参照してみてください。http://labs.unoh.net/2007/09/migrate.html 自己紹介ウノウでgumiという携帯サイト作っています。 最近は本当に携帯サイトにしか興味がない。JavaScript?何それ?CSS?何それ?ちなみにgumiの環境 Python2.5 Django 0.96 SQLAlchemy 0.3.10MySQLlighttpdなぜ「Djangoを避ける」のか?別に避けません><バリバリ使っています。でも、「D
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く