Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
emesik/mamona - GitHub
-
Background task processing and deferred execution in Django ...
-
Graham Dumpleton: Using mod_wsgi when developing Django sites.
-
Making development with Django more fun with BDD using Freshen | Francisco Souza
Freshen is an acceptance testing framework for Python, inspired by Cucumber and has the same goal: make BDD fun, but using Python instead of Ruby. Freshen uses the same syntax of Cucumber (Gherkin Syntax) and runs as a plugin of Nose, a powerful Python tool for using daily when you with TDD =) -
django_apache_and_mod_wsgi – Django
-
wil/django-pserver - GitHub
-
Python Package Index : dogslow 0.1
-
dcramer/django-devserver - GitHub
A drop in replacement for Django's built-in runserver command. Features include: An extendable interface for handling things such as real-time logging. Integration with the werkzeug interactive debugger. An improved runserver allowing you to process requests simultaneously. -
[Tuto] Nginx et Django : serveur de production Python | Maxime Gaillard
-
DjangoAndNginx – Django
-
ServerArrangements – Django
-
Django via Nginx et FastCGI | La Geek Attitude
-
groonga storage engine をDjangoから使う場合 - ドラあり!*ドラゴンに挑むアリの物語 ** Python使いの日々
djangoのfilter以外を使う例:extras groongaストレージエンジンなので、ここはMATCH AGAINSTを扱うextrasを使っています。 extrasを使う #vi views.py match_expr = "MATCH(%s) AGAINST (%%s)" %("huga") par ... -
groonga storage engine をDjangoから使う場合 - ドラあり!*ドラゴンに挑むアリの物語 ** Python使いの日々
groongaをMySQL経由で使うストレージエンジン「groonga storage engine」ですが、FULLTEXT定義が可能です。 こんな風になります。 CREATE TABLE 'Hoge' ( ・・・ FULLTEXT INDEX (huga) ・・・ ) ENGINE = groonga DEFAULT CHARS ... -
Djangoのsyncdbでgroongaテーブルを作成するSQLを流しこむとエラーが出る件 - ドラあり!*ドラゴンに挑むアリの物語 ** Python使いの日々
次の条件のときにDjangoでエラーがおきます。 Djangoのデータベース作成コマンド「syncdb」を行うとき であって 外部SQLとしてgroongaテーブルを作成するとき 次のような流れです。 # python ./manage.py syncdb ... -
Django и юникодные символы в URL
Для отображения всех новостей которые привязаны к конкретному тегу я использую такую регулярку r'^news/keywords/(?P<tag>[^/] )/$' Кириллические теги отображаются без проблем, символы в урле выглядят так: %D0%B3%D0%BB%D0%B0%D0%BC%D1%83%D1%80 -
Django dynamic css implementation: only one item changes (background) dynamically. How to? - Stack Overflow
-
Django Canvas
-
A Cache Status View for Django
-
Django - DreamHost
Setting up a django app on dreamhost -
Django | Writing your first Django app, part 1 | Django documentation
-
Get Started With Django | Webmonkey | Wired.com
-
Django continuous integration with Hudson and Nose — Chris Heisel
-
citylive/django-datatrans - GitHub
-
django-multilingual-model - Django Simple Multilingual Support for Models - Google Project Hosting