Deleted articles cannot be recovered. Draft of this article would be also deleted. Are you sure you want to delete this article?
以下ネタです。基本的にPEP8は準拠しませう また使用しているDjango1.7の新機能Applications, System check frameworkの使用方法は全くもって正しくないので真似しないで下さい Django1.7おめでとうございます!!! Django1.7がリリースしてめでたかったので新しく1.7から追加された機能ApplicationsとSystem check frameworkの仕組みを利用して強制的にPEP8を守らしてみました。 まずDjangoのappをつくりましょう。checkpep8でよいですかね? $ python manage.py startapp checkpep8 出来上がったcheckpep8アプリの__init__.pyにdefault_app_configを追加 checkpep8/__init__.py default_app_con
どうも、ご無沙汰してます有末です。 Pythonistaならpyenvだよねーってことで当初からバリバリ使わせていただいているのですが、最近djangoのプロジェクトを書く際に困ったのでまとめておきます。 具体的にはpyenvでPytho 3をインストールし、pyenv-virtualenvを用いて仮想環境を構築し、その仮想環境に django をインストールしただけでは jedi-vim の補完が効かないという問題です。 いくつかの要因が複合して複雑に成っていたので、ひとつずつメモしていきます。 忙しい人のための簡易書 普段からpyenvとpyenv-virtualenvを使用していてjedi-vimでdjangoの補完が効かなくて困っている。 とにかく補完を効かせたい。 戯言なんてどうでもいいという人は下記を~/.vimrcに記載してください。 " ~/.pyenv/shimsを$PA
この記事はDjango 1.7 alpha2の段階で書いています。 Django 1.7では、アプリケーションのロードや管理の仕組みが変更されます。 ドキュメントも追加されています。 Applications | Django documentation | Django 大雑把な説明 大雑把に説明すると、 アプリケーションのロード時にフックする仕組みが増えた(以前はmodels.pyやurls.pyなどにコードを書かないといけなかった) アプリケーションにデフォルト設定を持たせて、差し替える仕組みが増えた(以前は各アプリケーションでsettingsを読めなければデフォルト値を使うような記述をしてた) ロードされたアプリケーションのモジュールにアクセスする仕組みが増えた(以前はdjango.db.models.loading.AppCache.get_apps, ドキュメント無しのAPI)
はてなグループの終了日を2020年1月31日(金)に決定しました 以下のエントリの通り、今年末を目処にはてなグループを終了予定である旨をお知らせしておりました。 2019年末を目処に、はてなグループの提供を終了する予定です - はてなグループ日記 このたび、正式に終了日を決定いたしましたので、以下の通りご確認ください。 終了日: 2020年1月31日(金) エクスポート希望申請期限:2020年1月31日(金) 終了日以降は、はてなグループの閲覧および投稿は行えません。日記のエクスポートが必要な方は以下の記事にしたがって手続きをしてください。 はてなグループに投稿された日記データのエクスポートについて - はてなグループ日記 ご利用のみなさまにはご迷惑をおかけいたしますが、どうぞよろしくお願いいたします。 2020-06-25 追記 はてなグループ日記のエクスポートデータは2020年2月28
kuma8さんが簡潔かつ的確なまとめを書いてくださっているが、とりあえず記録しておく。今回試した環境は、CentOS 5.2Python 2.6 Django 1.0.1-beta 必要なライブラリをインストールするServer版のCentOSを普通にインストールしたらApache2は入っているはずなので、この点は省略。今回はCentOS標準のPythonではなく、独自にインストールしたPythonを使うという前提で話を進めるので、python-develは必要ではない。 $ sudo yum install apr-devel apr-util-devel mod_wsgiをビルドするmod_wsgiの最新版2.3をダウンロードしてビルドする。使用するPythonのパスは、/usr/local/bin/python-2.6であるとする。 $ http://modwsgi.googleco
あの頃は青かった。教えるどころか無知をさらけ出すというのはこの事だった。死ぬほど恥ずかしいので消したかったけれど、この記事が一番アクセスがあって長い間いくらか読まれていたらしい。ためらった。ただ、かつての自分といくらかの人に参考になればうれしいけれど、そろそろ役目を終えたと信じたい。もし書きなおすのなら、もう少し違う言い方か伝え方にすると思う。 内容としては 当時の自分のスペック Pythonの言語で、当時の自分が知った方法(3項演算子とか) mercurial の基礎(init, commit, push, update, log) WAF(Django)の知識 URL(ディスパッチャ)をトリガーにして Viewで処理をかく ModelにDBの内容がある ORMでリレーションを簡単に記述できる テンプレートでViewで処理した内容を表示させる チラ裏に移動させた。
Code and comments on web development, Django, Python and things (un)related. Update March 2013: Django 1.5 includes a configurable custom user model that makes all this obsolete. Extra fields for Users Most of the Django projects I’ve worked on need to store information about each user in addition to the standard name and email address held by the contrib.auth.models.User model. The old way: User
Python has joined the growing ranks of officially-supported languages on Heroku's polyglot platform, going into public beta as of today. Python is the most-requested language for Heroku, and it brings with it the top-notch Django web framework. As a language, Python has much in common with Ruby, Heroku's origin language. But the Python community has its own unique character. Python has a culture w
This document describes Django 1.3. For development docs, go here. Getting help¶ Having trouble? We’d like to help! Try the FAQ – it’s got answers to many common questions. Looking for specific information? Try the Index, Module Index or the detailed table of contents. Search for information in the archives of the django-users mailing list, or post a question. Ask a question in the #django IRC cha
人工無脳ã�®ã‚½ãƒ¼ã‚¹ã€€ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ コンテスト勉強会ã�«ã�¦ アルゴリズムコンテストã�®å‹‰å¼·ä¼šã�§ç´¹ä»‹ã�—ã�ŸGoogle App Engineã�§å‹•ã��pythonコードã�§ã�™ Djangoフレームワークをå‰�æ��ã�«ã�—ã�¦ã�„ã�¾ã�™ã€‚ ã�‚ã�¾ã‚Šã‚³ãƒ¼ãƒ‰ã�¨ã�—ã�¦ã�¯å�‚考ã�«ã�ªã‚‰ã�ªã�„ã�‹ã‚‚知れã�¾ã�›ã‚“ã�Œã€�ã�“ã‚Œã� ã�‘ã�§ã‚‚ç°¡å�˜ã�ªäººå·¥ç„¡è„³ã�Œã�§ã��ã‚‹ã‚“ã�§ã�™ã�
Welcome to Djangosnippets.org, a site for users of the Django web framework to come together and share useful "snippets" of reusable code. If you're just here to browse, you can look through snippets organized by author, by language or by tag. You can also have a look at the top-rated snippets and the most-bookmarked snippets. If you'd like to contribute, sign up for a free account and you'll be a
Instant DjangoはWindows向けの携帯できるDjango開発環境です。 なにもインストールする必要はありません。単に自己解凍型のファイルをダウンロードし、ダブルクリック、解凍された'django'フォルダを好きなところに移動してください。 USBメモリに置くことによりどこへでも持ち歩くことができます。 このサイトもDjangoでウェブサイトを作るための基本的なことをカバーしているチュートリアルがあります。 チュートリアルは初心者向けに作られており、Djangoフレームワークに関する知識を必要としません。 携帯できるDjango開発環境は公式のチュートリアルも動かせます。 チュートリアルに不備があったり、携帯用の開発環境に問題があった場合、気軽にメールをしてください。
This document describes Django 1.2. For development docs, go here. Getting help¶ Having trouble? We’d like to help! Try the FAQ – it’s got answers to many common questions. Looking for specific information? Try the Index, Module Index or the detailed table of contents. Search for information in the archives of the django-users mailing list, or post a question. Ask a question in the #django IRC cha
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く