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

Programming

  1. Home>
  2. Programming>
  3. Page 4

Django I18N on Windows

  • Post author:Van Ly
  • Post published:2021-06-02
  • 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

Loading Resources from Python Packages

  • Post author:Van Ly
  • Post published:2021-03-28
  • Post category:Programming/Python

Start with importlib_resources Start with the package importlib_resources. Properly export modules In order for a resource to be accessible, the module (or most likely the submodule) containing it needs to…

Continue ReadingLoading Resources from Python Packages

Python Package Publishing Notes

  • Post author:Van Ly
  • Post published:2021-03-28
  • Post category:Programming/Python

Foundations For the most part, the doc How to Publish an Open-Source Python Package to PyPI – Real Python is what I followed. However, had that been it, I wouldn't…

Continue ReadingPython Package Publishing Notes

Django Dev Env w/ Docker Compose

  • Post author:Van Ly
  • Post published:2020-06-17
  • Post category:Django/Docker/PostreSQL/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

Some Cloud Storage Services

  • Post author:Van Ly
  • Post published:2020-04-21
  • Post category:Java/Programming

Azure Blob Storage ("Azure") and Google Cloud Storage ("GCS") are now supported as well as AWS S3 ("S3") by log4j-s3-search project. While working on adding the two options, I learned…

Continue ReadingSome Cloud Storage Services

Setting up Git repo on Dreamhost

  • Post author:Van Ly
  • Post published:2020-03-15
  • Post category:Programming/Uncategorized

Create an empty repo Create an empty repo off of /home/username where username is your user name.The following will create an empty repo named "myrepo" in the subdirectory /home/username/myrepo.git cd…

Continue ReadingSetting up Git repo on Dreamhost

Django app dev in Docker

  • Post author:Van Ly
  • Post published:2020-01-26
  • 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
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • …
  • 9
  • Go to the next page
  • Author.instance().info()
  • Docker Starters
  • Patience-impaired Navigation
Copyright - WordPress Theme by OceanWP