見逃さない、集まりやすい Facebook や GitHub と連携すると、友達がイベントを公開したり参加したときに、connpass がお知らせ。 興味のあるイベントを、もう見逃すことはありません。

Django Packages is a directory of reusable apps, sites, tools, and more for your Django projects. Add Package Add Grid Apps Small components used to build projects. An app is anything that is installed by placing in settings.INSTALLED_APPS. Show Apps (4,283) Frameworks Large efforts that combine many python modules or apps. Examples include Django, django-cms, and Mezzanine. Most CMSes fall into t
import sys from django.http import HttpRequest from django.db.backends import BaseDatabaseWrapper, util class URLCursor(util.CursorDebugWrapper): def execute(self, sql, *args): f = sys._getframe() while f: request = f.f_locals.get('request') if isinstance(request, HttpRequest): sql += ' -- %s' % repr(request.path)[2:-1].replace('%', '%%') break f = f.f_back return self.cursor.execute(sql, *args) f
DBにTritonnを使ってDjangoから全文検索をする という話 Tritonnってなに?どうやって入れんの かつあい モデル構造 class Book(models.Model): """本""" title = models.CharField(max_length=255) desc = models.TextField() pub_date = models.DateTimeField(auto_now_add=True) class BookSearch(models.Model): """本の検索テーブル""" book = models.OneToOneField(Book) title = models.CharField(max_length=255) desc = models.TextField() 全文検索に使いたいカラムを持った〜〜Searchモデルみたいなの
Welcome to Transifex.org Txo is the development portal for Transifex. Here you can find information about the software, its development and how to contribute to the project. For the hosted version of Tx, please visit http://www.transifex.net/. Transifex is a highly scalable localization platform with a focus on integrating well with the existing workflow of both translators and developers. It aim
django_safeform =============== CSRF protection for Django implemented at the form level - no middleware required. There are two steps to protecting a django.forms form: 1. Wrap it with the SafeForm class decorator. This adds a hidden csrf_token field to it along with validation logic for checking if that token has the correct value. It also changes the signature of the form class slightly, see ex
In this example we're going to take a closer look at the flexibility of Django's loose coupling philosophy by replacing its default templating language with Jinja2. Jinja2 is a very similar template language to the one provided by Django, but provides additional functionality like more flexible if syntax in templates, the option to raise an error when an undefined object is operated upon within te
Add Full-Text Search to your Django project with Whoosh Whoosh is a pure-python full-text indexing and searching library. Whoosh was opensourced recently and makes it easy to add a fulltext search to your site without any external services like Lucene or Solr for example. Whoosh is pretty flexible, but to keep it simple let's assume that the index is stored in settings.WHOOSH_INDEX (which should b
This document describes the current stable version of Celery (5.4). For development docs, go here. Celery - Distributed Task Queue¶ Celery is a simple, flexible, and reliable distributed system to process vast amounts of messages, while providing operations with the tools required to maintain such a system. It’s a task queue with focus on real-time processing, while also supporting task scheduling
A configurable set of panels that display various debug information about the current request/response. Screencast by Idan Gazit License BSD Authors Chris Adams, Reto Aebersold, Patrick Altman, Loic Bistuer, David Cramer, Augie Fackler, Dan Fairs, Alex Gaynor, Idan Gazit, Matt George, Adam Gomaa, Daniel Hahler, Rob Hudson, Jacob Kaplan-Moss, Russell Keith-Magee, Mike Korobov, Jannis Leidel, Marti
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く