Django community: RSS
This page, updated regularly, aggregates Django links from the Django community.
-
How to deploy Django with Docker - Stavros' Stuff
-
The Dublin Django User Group (Dublin) | Meetup
RT @PyLadiesDub: Django Dublin User Group October meetup are looking for #Django speakers. -
Twitter
RT @PyLadiesDub: Django Dublin User Group October meetup are looking for #Django speakers. -
Django-CMS
The Django-CMS Website -
erdem/django-map-widgets: Pluggable map widget for Django Postgis point fields
django-map-widgets - Pluggable map widget for Django Postgis point fields -
Simple virtualenv usage with Django? - WebFaction Community
-
How to migrating the database engine for Django - Matthew Wittering
-
python - Django dynamic model fields - Stack Overflow
-
How to deploy Django with Docker - Stavros' Stuff
-
Django REST framework
Django REST framework is a powerful and flexible toolkit for building Web APIs. Some reasons you might want to use REST framework: The Web browsable API is a huge usability win for your developers. Authentication policies including packages for OAuth1a and OAuth2. Serialization that supports both ORM and non-ORM data sources. Customizable all the way down - just use regular function-based views if you don't need the more powerful features. Extensive documentation, and great community support. Used and trusted by internationally recognised companies including Mozilla, Red Hat, Heroku, and Eventbrite. -
GitHub - pydanny/cookiecutter-django: Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly.
cookiecutter-django - Cookiecutter Django is a framework for jumpstarting production-ready Django projects quickly. -
How to deploy Django with Docker - Stavros' Stuff
via Pocket -
sahildua2305/hackIDE: hackIDE is an online code editor, compiler and interpreter based on Django, powered by HackerEarth API! Go, hack it!
-
Extending Django Settings for the Real World - Yipit Django Blog
-
SplitSettings – Django
-
GetStream/stream-django: Build activity feeds, newsfeeds and activity streams. Stream-Django is a high level client based on Stream-Python.
-
Introduction to Django Channels · Abu Ashraf Masnun
-
Using Docker to develop and deploy Django apps | Hacker News
-
How to deploy Django with Docker - Stavros' Stuff
-
How to deploy Django with Docker - Stavros' Stuff
-
Flower - Celery monitoring tool — Flower 0.9.0 documentation
-
Erik's pony checkup
-
How to deploy Django with Docker - Stavros' Stuff
``` # Remove the git repo to save space. RUN rm -rf /code/.git ``` Interesting... As I said earlier, Gitlab is amazing. It can run pretty much anything in its CI stage, including building your Docker images. It also has an integrated Docker registry, which means that, every time you push your code to the repo, Gitlab can automatically build a container so you can go to a newly-provisioned, fresh server that has Docker installed and do: -
GitHub - pinax/symposion: a Django project for conference websites
-
django-click 1.2.0 : Python Package Index