Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Integrate AngularJS with Django — django-angular 0.7.10 documentation
-
Tryolabs | Blog | Tryolabs | Python Django development with Artificial Intelligence components
-
Using React and Flux with Django : django
-
python - Setting initial Django form field value in the __init__ method - Stack Overflow
def __init__(self, *args, **kwargs): instance = kwargs.get('instance', None) kwargs.update(initial={ # 'field': 'value' 'km_partida': '1020' }) super(ViagemForm, self).__init__(*args, **kwargs) -
mysql-ramdisk-helper/mysql-testserver-osx.sh at master · mathieuk/mysql-ramdisk-helper
mysql ramdisk for OSX -
linuxutils/mysqld-ram.sh at master · miracle2k/linuxutils
# Sets up and runs a MySQL instance using a ramdisk. # # This can dramatically speed up things like running tests (The # Django test suite takes 455 secs with this, 7843 secs without # it on my machine - that's almost factor 20). -
python - Deploying Django on Shared Hosting (1and1) throws 500 - Stack Overflow
-
python - Porting Django Project to 1&1 Shared Hosting Web-server - Stack Overflow
-
Installing a Django app on 1and1 Linux shared hosting
-
kencochrane/django-defender
A simple super fast django reusable app that blocks people from brute forcing login attempts -
krisfields/django-baker
Adds a management command that generates views, forms, urls, admin, and templates based off the contents of models.py -
Oliver | Computing - Table of Contents
Lots of basic articles on raw Unix and scripting, including Python and Django. -
Installation and Configuration — django-filer 0.9.5 documentation
-
Getting Started with Socraticqs2 Development — Socraticqs2 0.1 documentation
-
Getting Started with Socraticqs2 Development — Socraticqs2 0.1 documentation
-
Crash Course — WTForms 2.0.3dev documentation
alternative forms manager. -
www.djangoproject.com
-
Tips for writing unit tests for Django middleware
-
www.djangoproject.com
-
Tools for Testing in Django: Nose, Coverage and Factory Boy
-
django CMS – The easy-to-use and developer-friendly CMS - www.django-cms.org
-
Mezzanine - The Best Django CMS
-
django-twitter-bootstrap 3.3.0 : Python Package Index
-
Django Project Template
Django Project Template is a collection of development tasks and optimizations aimed at anyone doing news application development on tight deadlines in Django. -
www.djangoproject.com