Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
Django: Apache DocumentRoot does not exist - Stack Overflow
WSGIPythonPath /var/www/yoursite ServerName yoursite.com ServerAlias testing.yoursite.com Alias /static/ /var/www/yoursite/yourdjangoproject/static/ # Alias /sitemap.xml /var/www/yoursite/yourdjangoproject/static/sitemap -
How to Run Django with mod_wsgi and Apache with a virtualenv Python environment on a Debian VPS | DigitalOcean
Looks like a good guide to running Django on apache. -
Building a higher-level query API: the right way to use Django's ORM - DabApps, Brighton, UK
-
Building Websites with Python and Django
-
Setting up Django and your web server with uWSGI and nginx — uWSGI 2.0 documentation
-
Python | getAwesomeness()
-
Configuring and Running Django and Celery in Docker Containers (pt. 1) | Syncano
-
Django Girls - start your journey with programming
We want to inspire women to fall in love with programming. We organize free Python and Django workshops, create open sourced online tutorials and care about curating amazing first experiences with technology. -
Choose a language | Django Girls Tutorial
-
stephenmcd/django-postgres-fuzzycount · GitHub
-
Authentication backend for django that uses a one time code instead of passwords
http://django-nopassword.readthedocs.org -
Django Forms | Django Girls Tutorial
handy intro to forms -
Introduction | Django Girls Tutorial
-
Three quick tips from two years with Celery — LaunchKit Library — Medium
-
Three quick tips from two years with Celery — LaunchKit Library — Medium
# Add a one-minute timeout to all Celery tasks. CELERYD_TASK_SOFT_TIME_LIMIT = 60 -
geerk/django_linter
-
caioariede/django-input-mask
-
Are there any recommended tutorial for hosting django on aws ec2 for beginners? : django
-
PyCon 2015 Workshop Video: Building SMS Applications with Django | Caktus Group
-
Functional Testing with Nightwatch, Django, and Docker
-
George London's Blog - The Idiomatic Guide to Deploying Django in...
-
python - Removing an email from a Django User - Stack Overflow
In Django, a User is defined as follows: email = models.EmailField(_('email address'), blank=True) Consequently, a user's email can be blank (i.e. "") but not null (i.e. None). You clear a user's email with the following: user.email = "" user.save() -
california-civic-data-coalition/django-postgres-copy · GitHub
Quickly load comma-delimited data into a Django model using PostgreSQL's COPY command -
Setting up a queue service: Django, RabbitMQ, Celery on AWS
-
Functional Testing with Nightwatch, Django, and Docker | Nextdoor Engineering