Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
Hi there!
The docker cheat sheet has moved to a Github project under https://github.com/wsargent/docker-cheat-sheet.
Please click on the link above to go to the cheat sheet.
This is a small collection of scripts showing how to use require.js. It's only one of several ways of setting up a require.js project, but it's enough to get started.
At its core, require.js is about three things:
The following files show how these are achieved.
| from django.db import connection | |
| from django.utils.log import getLogger | |
| logger = getLogger(__name__) | |
| class QueryCountDebugMiddleware(object): | |
| """ | |
| This middleware will log the number of queries run | |
| and the total time taken for each request (with a | |
| status code of 200). It does not currently support |