Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
DjangoCon US 2016 - Solving Problems With Django Forms by Kirt Gittens - YouTube
-
GitHub - owais/django-webpack-loader: Transparently use webpack with django
django-webpack-loader - Transparently use webpack with django -
Testing Django — Lessons Learned – Medium
-
Getting started with Django | Django
-
How to Install Django 1.10 on Ubuntu 16.04
good installation notes with virtualenv -
stephenmcd/django-forms-builder: Let users build forms in Django admin
django-forms-builder Created by Stephen McDonald A Django reusable app providing the ability for admin users to create their own forms within the admin interface, drawing from a range of field widgets such as regular text fields, drop-down lists and file uploads. Options are also provided for controlling who gets sent email notifications when a form is submitted. All form entries are made available in the admin via filterable reporting with CSV/XLS export. -
Django “excontrib” Comments — Django Comments 1.7 documentation
Django “excontrib” Comments Django used to include a comments framework; since Django 1.6 it’s been separated to a separate project. This is that project. This framework can be used to attach comments to any model, so you can use it for comments on blog entries, photos, book chapters, or anything else. Uses Generic Foreign Key relationship through ContentType + Site modules. INCLUDES MODERATION - moderation happens in the django admin -
Steelkiwi Inc.
GitHub is where people build software. More than 15 million people use GitHub to discover, fork, and contribute to over 38 million projects. -
c# - How to post JSON to the server? - Stack Overflow
-
How do I send results from C# app to a Django web service? - Stack Overflow
-
Writing your first Django app, part 1 | Django documentation | Django
-
kennethreitz/dj-static: Serve production static files with Django.
-
How to deploy Django with Docker - Stavros' Stuff
-
Django Forms, having multiple "Models" in Meta class? - Stack Overflow
-
Taming dependencies with pip
-
6 Tips To Use When Kicking Off a Django Project | Lofty Labs
-
python - Django logging format for Logstash - Stack Overflow
-
How To Scale Django: Finding the Bottleneck | DigitalOcean
-
mishbahr/awesome-django-cms: A curated list of awesome django-cms add-ons. You should also checkout: https://marketplace.django-cms.org/en/
-
GitHub - abarto/ocr-with-django: A Django site that uses the Tesseract OCR API through tesserocr
ocr-with-django - A Django site that uses the Tesseract OCR API through tesserocr -
Extending Django User Model (UserProfile) like a Pro - Blog
This might help with learning a good way to add attributes to a user of a Django webapp. -
Epilis - Blog
-
Homegrown Website Hosting | Fast, Reliable Web Hosting
might be the best place to host your site before you get your vps set up? -
List of Useful URL Patterns
-
Django 1.8: Create initial migrations for existing schema - Stack Overflow