Explore >> Select a destination


You are here

kenan7.com
| | www.rasulkireev.com
1.4 parsecs away

Travel
| | Whenever you building a site with Django that will have user authentication, it is recommended to create a Custom User Model, before the first migration. Sometimes you forget to do that. In this case you have to follow a strict procedure, which I'll show you in the post.
| | codeinthehole.com
2.2 parsecs away

Travel
| | Radio buttons can be tamed
| | gist.github.com
0.2 parsecs away

Travel
| | reverse m2m widget in django admin. GitHub Gist: instantly share code, notes, and snippets.
| | www.vintasoftware.com
17.6 parsecs away

Travel
| When developing applications that have specific needs for running asynchronous tasks outside the web application, it is common to adopt a task queue such as Celery. This allows, for example, for the server to start an asynchronous task for heavyweight processing, and then return an answer.