Bookmarks
  • Tags
  • Login
Bookmarklet: Save on Bookmarks
  • Theme
    Zephyr Yeti Vapor United Superhero Spacelab Solar Slate Sketchy Simplex Sandstone Quartz Pulse Morph Minty Materia Lux Lumen Litera Journal Flatly Darkly Cyborg Cosmo Cerulean
Django QuerySet Examples (with SQL code included) | DAVIT.tech

https://davit.tech/django-queryset-examples/

  • django
  • queryset
  • sql
  • examples
2020-04-14 14:24:16
Django Builder

https://mmcardle.github.io/django_builder/#!/home

  • django
  • project
  • builder
  • boilerplate
2018-08-29 10:02:13
9 Django Tips for Working with Databases – Haki Benita – Medium

https://medium.com/@hakibenita/9-django-tips-for-working-with-databases-beba787ed7d3

  • django
  • orm
  • database
  • postgresql
2018-02-07 18:55:40
João Ventura - Django Translation 3

http://joaoventura.net/blog/2016/django-translation-3/

  • django
  • gettext
  • messages
  • translation
  • javascript
  • poedit
2017-12-12 18:03:46
Modified Preorder Tree Traversal in Django

http://stackabuse.com/modified-preorder-tree-traversal-in-django/

  • django
  • mptt
  • tree
2017-10-31 08:14:51
A Minimal Django Application

https://simpleisbetterthancomplex.com/article/2017/08/07/a-minimal-django-application.html

  • minimal
  • django
  • application
  • quickstart
2017-08-10 06:21:50
Django project optimization guide (part 1)

http://dizballanze.com/django-project-optimization-part-1/

  • django
  • optimization
  • profiling
2017-06-20 13:20:44
Bullet Proofing Django Models – Haki Benita – Medium

https://medium.com/@hakibenita/bullet-proofing-django-models-c080739be4e

  • django
  • models
  • pattern
2017-06-12 18:08:19
Class-Based Views vs. Function-Based Views

https://simpleisbetterthancomplex.com/article/2017/03/21/class-based-views-vs-function-based-views.html

  • django
  • cbv
  • class
  • views
  • request
  • class-based-views
  • functions
  • generic
2017-04-07 06:20:48
How to turn Django Admin into a lightweight dashboard

https://medium.com/@hakibenita/how-to-turn-django-admin-into-a-lightweight-dashboard-a0e0bbf609ad

  • django
  • admin
  • dashboard
  • charts
2017-04-03 12:27:41
Finally, Real-Time Django Is Here: Get Started with Django Channels | Heroku

https://blog.heroku.com/in_deep_with_django_channels_the_future_of_real_time_apps_in_django

  • django
  • channels
  • redis
  • asgi
  • chat
  • websockets
  • "real time"
2016-08-01 12:06:07
Worthwhile | Django Page Load Speeds - Image Optimization

https://worthwhile.com/blog/2016/07/11/django-page-load-speed/

  • django
  • image
  • optimization
  • sorl
  • thumbnails
  • speed
  • load
2016-07-28 13:47:29
mbrochh/django-reactjs-boilerplate: An example how you can use ReactJS with your Django project.

https://github.com/mbrochh/django-reactjs-boilerplate

  • django
  • reactjs
  • boilerplate
  • git
  • steps
2016-06-22 11:13:42
Django 1.8 and PostgreSQL

http://thebuild.com/presentations/django-1.8-pycon.pdf

  • django
  • 1.8
  • postgresql
  • hstore
  • json
  • range
  • python
2016-06-07 12:57:16
Mastering Django - The NEW Django Book

http://masteringdjango.com/django-book/

  • django
  • book
  • reference
2016-02-03 15:12:16
Suor/django-cacheops

https://github.com/Suor/django-cacheops

  • cache
  • django
  • orm
  • queryset
  • templates
2016-01-19 15:58:38
Controlling access: a Django permission apps comparison - Vinta Software | Custom Development for Web

http://www.vinta.com.br/blog/2016/controlling-access-a-django-permission-apps-comparison.html

  • django
  • permission
  • roles
  • auth
  • authentication
2016-01-14 18:58:07
Migrating a Django app from MySQL to PostgreSQL | Calazan.com

https://www.calazan.com/migrating-django-app-from-mysql-to-postgresql/

  • django
  • migration
  • mysql
  • postgres
  • python
  • dumpdata
  • loaddata
2015-12-28 17:28:39
coderwall.com : establishing geek cred since 1305712800

https://coderwall.com/p/mvsoyg/django-dumpdata-and-loaddata

  • django
  • dumpdata
  • loaddata
  • integrityerror
  • contenttypes
  • permission
  • auth
  • mysql
  • postgresql
2015-12-28 16:52:04
Using Docker in PyCharm | PyCharm Blog

http://blog.jetbrains.com/pycharm/2015/12/using-docker-in-pycharm/

  • docker
  • pycharm
  • jetbrains
  • django
  • python
2015-12-21 16:34:38
Optimizing slow Django REST Framework performance

https://ses4j.github.io/2015/11/23/optimizing-slow-django-rest-framework-performance/

  • django
  • rest
  • framework
  • drf
  • performance
  • optimization
  • API
2015-12-03 15:05:40
How To Create Installable, Reusable Django Packages

http://www.pydanny.com/how-to-create-installable-django-packages.html

  • django
  • package
  • module
  • reusable
  • cookiecutter
2015-11-20 19:57:00
Django Development with Docker Compose and Machine - Real Python

https://realpython.com/blog/python/django-development-with-docker-compose-and-machine/

  • docker
  • django
  • nginx
  • postgresql
  • redis
  • docker-compose
  • docker-machine
2015-11-19 11:06:56
ORMs under the hood

http://www.vertabelo.com/blog/technical-articles/orms-under-the-hood

  • orm
  • python
  • java
  • php
  • "active record"
  • "data mapper"
  • sqlalchemy
  • django
  • doctrine
  • propel
  • cakephp
2015-11-17 18:37:16
Django Builder

http://mmcardle.github.io/django_builder/#/models

  • django
  • models
  • crud
  • scaffolding
  • views
  • urls
  • tests
  • admin
  • generator
2015-11-01 15:49:13
Asynchronous tasks in django with django-rq — /var/

http://spapas.github.io/2015/01/27/async-tasks-with-django-rq/

  • django
  • rq
  • django-rq
  • rq-scheduler
  • redis
  • queue
  • task
2015-10-30 15:39:13
Deploying a Django App with No Downtime — Medium

https://medium.com/@healthchecks/deploying-a-django-app-with-no-downtime-f4e02738ab06#.ofootgi98

  • django
  • fabric
  • nginx
  • supervisor
  • downtime
  • sudo
2015-10-25 08:19:52
Registration for Django - the easy way

http://musings.tinbrain.net/blog/2014/sep/21/registration-django-easy-way/

  • django
  • python
  • registration
  • CCBV
  • DetailView
  • EditView
2015-10-12 08:08:37
Python developer articles - Trying JSON in Django and PostgreSQL (and compare with MongoDB)

http://www.lexev.org/en/2015/trying-json-combo-django-and-postgresql/

  • django
  • postgresql
  • json
  • mongodb
  • queries
2015-10-08 20:20:01
django-osm-field — django-osm-field 0.2.0 documentation

http://django-osm-field.readthedocs.org/en/latest/

  • django
  • osm
  • openstreetmap
  • field
  • model
2015-09-06 13:18:59
SwampDragon - build real-time apps with Django

http://swampdragon.net/

  • django
  • realtime
  • python
  • websockets
  • djangorealtime
  • pythonrealtime
  • redis
  • swampdragon
  • webdev
2015-09-06 09:31:16
Setting up Django, Python and MySQL development environment on Debian Linux 8 Jessie

http://linuxconfig.org/setting-up-django-python-and-mysql-development-environment-on-debian-linux-8-jessie

  • django
  • python
  • debian
  • mysql
  • jessie
2015-08-05 12:02:42
A Related Matter: Optimizing your webapp by using django-debug-toolba…

http://fr.slideshare.net/ChristopherAdams5/a-related-matter-optimizing-your-webapp-by-using-djangodebugtoolbar-selectrelated-and-prefetchrelated

  • django
  • ORM
  • SQL
  • debug
  • toolbar
  • select_related
  • prefetch_related
  • performance
2015-07-21 10:31:37
Uploading and validating an image from an URL with Django

http://timmyomahony.com/blog/upload-and-validate-image-from-url-in-django/

  • django
  • upload
  • image
  • url
2015-07-06 07:08:15
SVG PORN

http://svgporn.com/

  • svg
  • logo
  • dev
  • angular
  • django
  • apache
2015-07-02 16:15:05
arteria/django-favicon-plus

https://github.com/arteria/django-favicon-plus

  • django
  • favicon
  • touch
  • apple
  • icon
2015-06-28 14:07:15
django-opensearch 0.2.4 : Python Package Index

https://pypi.python.org/pypi/django-opensearch

  • django
  • opensearch
  • opensearch.xml
2015-06-28 13:24:23
django-treebeard 3.0 : Python Package Index

https://pypi.python.org/pypi/django-treebeard

  • django
  • webdev
  • database
  • tree
  • sql
  • mptt
  • structure
2015-06-26 10:45:53
Awesome Django

http://awesome-django.com/

  • django
  • python
  • packages
  • awesome
2015-06-17 11:52:01
Django - Full Stack Python

http://www.fullstackpython.com/django.html

  • django
  • python
  • resource
  • doc
  • reference
  • tutorials
2015-06-03 15:00:40
Fast as Fuck Django, Part 1: Using a Profiler - Gun.io

https://gun.io/blog/fast-as-fuck-django-part-1-using-a-profiler/

  • django
  • optimization
  • performance
  • profiling
  • python
2015-05-17 17:09:33
Django Performance: 4 Simple Things

http://www.revsys.com/blog/2015/may/06/django-performance-simple-things/

  • django
  • performance
2015-05-07 08:38:43
Python developer articles - Debug SQL in django test

http://www.lexev.org/en/2015/debug-sql-django-test/

  • django
  • sql
  • debug
  • queries
2015-03-14 21:49:13
Django Search with Elasticsearch

http://pixabay.com/fr/blog/posts/django-search-with-elasticsearch-47/

  • django
  • elasticsearch
  • json
2015-02-13 21:23:27
Trim Spaces in Django Forms | Ramblings on startups, NYC, advertising and hacking (mostly Python)

http://chriskief.com/2012/12/21/trim-spaces-in-django-forms/

  • django
  • strip
  • trim
  • whitespaces
  • forms
2015-02-07 18:09:18
How We Made Application Framework Using AngularJS and Django | BitCalm blog

http://blog.bitcalm.com/Application-Framework-Angula-Django/

  • django
  • angularjs
2015-01-03 21:12:30
Caktus Group : Migrating to a Custom User Model in Django

http://www.caktusgroup.com/blog/2013/08/07/migrating-custom-user-model-django/

  • django
  • usermodel
  • python
  • AUTH_USER_MODEL
  • profile
  • auth
2014-12-20 13:20:30
Migrating from Django User Profiles to Custom User Models

https://hurricanelabs.com/blog/django-user-models/

  • django
  • AUTH_USER_MODEL
  • profile
  • auth
2014-12-20 12:59:11
Django Model Descriptors

http://blog.kevinastone.com/django-model-descriptors.html

  • django
  • model
  • descriptors
  • properties
2014-12-07 08:52:45
Une autre façon de gérer ses settings d'application Django | Code | Nicolas Perriault

https://nicolas.perriault.net/code/2011/clever-settings/

  • article
  • django
  • python
  • app_settings
  • app
  • settings
2014-11-17 18:40:41
  • Next »