Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django JavaScript Integration: AJAX and jQuery Book & eBook | Packt Publishing Technical & IT Book Store
-
offline / django-annoying / wiki / Home – Bitbucket
-
offline / django-publicauth / wiki / Home – Bitbucket
-
Using Amazon's Simple Email Service (SES) with Django | Harry Marr
-
Learn Django: Create a Wiki in 20 minutes - video tutorials for code, learn, basics, programming, webdev, wiki, web, beginners, python, webdevelopment
-
mixedCase: Django-CMS vs. FeinCMS vs. Mezzanine
-
offline / django-publicauth / wiki / Home – Bitbucket
-
http://www.pythondaddy.com/niftyurls.html
Interesting RSS dashboard for Django -
Home - django-cms.org
-
kmike / django-vkontakte-merchant / source – Bitbucket
django-vkontakte-merchant - приложение для интеграции платежной системы ВКонтакте (Merchant API) в проекты на Django. Для исползования следует ознакомиться с официальной документацией по Merchant API (http://vkontakte.ru/developers.php?id=-1_12904887&s=1). Установка $ pip install -U django-vkontakte-merchant vkontakte Потом следует добавить 'merchant_api' в INSTALLED_APPS и выполнить $ python manage.py syncdb или, если используется South, $ python manage.py migrate Настройка В settings.py нужно указать следующие настройки: * MERCHANT_API_SHOP_ID - id магазина * MERCHANT_API_SHOP_SECRET_KEY - секретный ключ магазина * MERCHANT_API_ORDER_FORMS - (не обязательно) модуль с формой для обработки заказа -
offline / django-publicauth / wiki / Home – Bitbucket
Description Django application that allows authenticate users through OpenID/OAuth/Facebook/Vkontakte. Successfully used for a year in django community website. Requirements * python >= 2.5 * django >= 1.2 (r11807) * django-annoying Installation * Download and run python setup.py install or put publicauth directory on PYTHONPATH * Add 'publicauth' to your INSTALLED_APPS tuple * Add 'annoying.middlewares.RedirectMiddleware' to your MIDDLEWARE_CLASSES * Add url(r'^auth/', include('publicauth.urls')) to your base urls.py * Set FOO_PROFILE_MAPPING Facebook/OpenID/OAuth/Vkontakte * Add 'publicauth.PublicBackend' to your AUTHENTICATION_BACKENDS * run python manage.py syncdb -
rossp/django-helpdesk - GitHub
-
offline / django-annoying / wiki / Home – Bitbucket
Description This is django application that try to eliminate annoying things in Django framework. Features * render_to decorator - reduce typing in django views. * signals decorator - allow use signals as decorators. * ajax_request decorator - returns JsonResponse with dict as content. * autostrip decorator - strip form text fields before validation * get_object_or_None function - similar to get_object_or_404, but returns None if object not found. * get_config function - get settings from django.conf if exists, return default value otherwise. * AutoOneToOne field - creates related object on first call if it doesnt exists yet. * JSONField - Field that store python object as json and reterives it back as python object. * HttpResponseReload - reload and stay on same page from where request was made. * StaticServer middleware - instead of configuring urls.py, just add this middleware and it will serve your static files when you in debug mode -
Авторизация через новый API сайта Вконтакте.ру / Django Framework / Хабрахабр
Итак, что же нужно для авторизации по Вконтакте.ру? 1. Python 2.5+ 2. Django r11807 (лучше всего скачайте из транка последнею версию) 3. django-annoying 4. django-publicauth В принципе, описание инсталляции и настройки есть на вики страницах библиотеки django-publicauth, но я заострю внимание именно на Вконтакте.ру и опишу ещё раз инструкции, но уже на русском языке. -
mozilla/django-recaptcha - GitHub
Inspired by Marco Fucci @ http://www.marcofucci.com/tumblelog/26/jul/2009/integrating-recaptcha-with-django/ Requirements This version requires a custom version of the python-recaptcha library to provide ssl support for submit. You can get the required version here: http://github.com/bltravis/python-recaptcha Add a new setting to your Django project settings file (eg.): RECAPTCHA_USE_SSL = True If you don't add this setting, the code is written to default to NOT use SSL. -
Fantomas42/django-blog-zinnia - GitHub
-
mixedCase: Django-CMS vs. FeinCMS vs. Mezzanine
-
Django + Boletos « Oximoro
-
2degrees/djeneralize at master - GitHub
-
Smarter web hosting - WebFaction
-
Smarter web hosting - WebFaction
-
Setting up a Django environment and project structure (Phil Gyford’s website)
-
The Chicago Boundary Service
The Boundary Service API provides a restful interface to a wealth of data about official geographic boundaries within Illinois. Data is retrieved from the API as JSON (optionally JSONP) with nested GeoJSON for describing the boundary shapes. -
Rails, Cake and Django | Neish Pages
GWT -
CakePHP vs Django dilemma | Relevance Found