Quantcast
Channel: CodeSection,代码区,Python开发技术文章_教程 - CodeSec
Viewing all articles
Browse latest Browse all 9596

Django Weekly 27 - Advanced Django querying, Django Signals, Elasticbeanstalk an ...

$
0
0

Worthy Read

Advanced Django querying: sorting events by date

Application of Django's Case, When queryset operators for sorting events by date.

orm

,

Query

Find Top Developers

We help companies like Airbnb, Pfizer, and Artsy find great developers. Let us find your next great hire. Get started today.

sponsor

How to test Django Signals like a pro?

Django Signals are extremely useful for decoupling modules. They allow a low-level Django app to send events for other apps to handle without creating a direct dependency. Signals are easy to set up, but harder to test. So In this article, I’m going to walk you through implementing a context manager for testing Django signals, step by step.

signals

Django 1.11 beta 1 released

Here are the release notes - https://docs.djangoproject.com/en/dev/releases/1.11/

release

Weekly python Chat: Django Forms

Kenneth Love and Trey Hunner will answer your questions about how we use Django's forms.

forms

Examples of Django projects deployed through OS packaging systems? ( Reddit Discussion )

deployment

Different types of testing in Django

What to test and where to test is a common question I get asked. In this video learn about different types of tests you can write in the context of Django.

video

DjangoCon US 2017 Update: Call for Proposals, Mentorship, and Financial Aid Are Open!

In case you missed the news, DjangoCon US 2017 will take place in beautiful Spokane, Washington, from August 13-18, 2017.

djangocon

How to Create User Sign Up View?

In this tutorial I will cover a few strategies to create Django user sign up/registration. Usually I implement it from scratch. You will see it’s very straightforward.

signup

How we extended django CMS to create a single-page application?

Run your django CMS project as a single-page application (SPA) with vue.js and vue-router.

vuejs

5 Gotchas with Elastic Beanstalk and Django

elastic beanstalk

Projects

drf-writable-nested - 11 Stars, 0 Fork

Writable nested model serializer for Django REST Framework.

psychok7/django-celery-inspect - 8 Stars, 1 Fork

Django reusable app that uses Celery Inspect command to monitor workers/tasks via the Django REST Framework

djeasy - 5 Stars, 3 Fork

Django simple quick setup


Django Weekly 27 - Advanced Django querying, Django Signals, Elasticbeanstalk an ...

Ankur has coded and deployed numerous Python software over the last 10 years, at three venture funded startup and a fortune 10 company. He currently heads Numerate Labs. Djangoweekly is his side project with Django being his go to web framework.

Blog Categories django - [14]

Viewing all articles
Browse latest Browse all 9596

Trending Articles