Skip to content
Programming Notes
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search
Menu Close
  • Home
  • Docker Starters
  • Author.instance().info()
  • Toggle website search

django

  1. Home>
  2. programming>
  3. django>
  4. Page 2

Django I18N on Windows

  • Post author:Van Ly
  • Post published:June 2, 2021
  • Post category:django/i18n/programming

Concise run book on I18N to get things started Prerequisite Know the difference between locale name and language name: Locale name: <language code>_<COUNTRY CODE> (examples: "en_US", "fr_CA"), case sensitive.Language name:…

Continue ReadingDjango I18N on Windows

Django Dev Env w/ Docker Compose

  • Post author:Van Ly
  • Post published:June 17, 2020
  • Post category:django/docker/postgresql/programming

A few years back I ran into a problem when working with Django on Windows while my colleagues were on Mac OS where a datetime routine (forgot which one) behaved…

Continue ReadingDjango Dev Env w/ Docker Compose

Django app dev in Docker

  • Post author:Van Ly
  • Post published:January 26, 2020
  • Post category:django/docker/programming

Start with Docker's doc The link https://docs.docker.com/compose/django/ for the most part is valid in setting up a development environment for working with Django in Docker. Update to use Pipfile The…

Continue ReadingDjango app dev in Docker

Django’s (default) Permission Codenames

  • Post author:Van Ly
  • Post published:May 27, 2019
  • Post category:django/programming

Permission String The documentation for Django authentication (e.g. https://docs.djangoproject.com/en/2.2/topics/auth/default/#permissions-and-authorization) talks about allowing code to restrict access to models through a vague notion of a "permission." Read further and you kinda…

Continue ReadingDjango’s (default) Permission Codenames
  • Go to the previous page
  • 1
  • 2
  • Author.instance().info()
  • Docker Starters
Copyright - WordPress Theme by OceanWP