Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Первая страница: DjangoBook по-русски | DjangoBook v2.0 beta
-
Can anyone describe step by step procedure to deploy Django ...
-
pydanny/django-uni-form - GitHub
-
Green Unicorn and Nginx on Debian - drumcoder.co.uk
-
Models — Django Design Patterns
-
Notes on using pip and virtualenv with Django « SaltyCrane Blog
-
Django on Mac: Using a Parallels VM for Cross-platform, Browser Testing « Web Amused
-
spam - Django comments being spammed - Stack Overflow
-
Improving Django Comments’ User Experience with AJAX at Nick Carroll
-
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
Welcome to django-admin-tools’s documentation! — django-admin-tools v0.4.0 documentation
-
Running Pure Django Projects on Google App Engine
Django-nonrel is a project which allows developers to run native Django projects (including Django's ORM) on non-relational databases, one of which is Google App Engine's Datastore. (This is all in addition to the standard traditional SQL databases that have always been supported by Django.) App Engine does come with some Django support, but this is mainly only the templating and views. Other tools that allow for rapid development such as forms, the built-in administration interface or Django authentication just won't run out-of-the-box. Django-nonrel changes this for Django developers. -
Running Pure Django Projects on Google App Engine
Django-nonrel is a project which allows developers to run native Django projects (including Django's ORM) on non-relational databases, one of which is Google App Engine's Datastore. (This is all in addition to the standard traditional SQL databases that have always been supported by Django.) App Engine does come with some Django support, but this is mainly only the templating and views. Other tools that allow for rapid development such as forms, the built-in administration interface or Django authentication just won't run out-of-the-box. Django-nonrel changes this for Django developers. -
I’m a designer who learned Django and launched her first webapp in 6 weeks | Limedaring.com
Hi — I’m Tracy. I’m a designer and front-end developer. After being turned down by Y Combinator, I decided to launch a simple webapp to get myself on the path of development. -
LamsonProject: Lamson The Python Mail Server
-
Djangy - Instant deployment and scaling for your Django applications
-
Shorter URLs with Base62 in Django
I was able to find several Django-based URL shortening apps, but I didn’t want redirection – I wanted native Base62 URLs. Fortunately, it wasn’t hard to roll up a system from scratch. Started by finding a python function to do the basic encoding – this one did the trick. I saved that in a utils.py in my app’s directory. -
Running Pure Django Projects on Google App Engine - Google App Engine - Google Code
-
Docshub Django - Deploying your Django applications with Nginx and uWSGI
-
django-depiction
Tooling for profiling Django applications -
DjangoFastCGI
-
Run Django apps using Gunicorn and nginx | David Poblador i Garcia
-
ExtendingTemplates – Django
-
Django | The Django template language | Django documentation
-
Django | Built-in template tags and filters | Django ...