Skip to main content

# Django L10N extensions Django L10N extensions adds some useful L10N extensions to the Django framework

The project in maintained on [github](https://github.com/ceasaro/django-l10n-extensions)

[Read the docs](http://django-l10n-extensions.readthedocs.io)

## Create new distribution To create a new distribution from this package follow these steps: 1) create new virualenv met python 3 mkvirtualenv -p /usr/bin/python3 django-l10n-extensions 2) install requirements pip install -r setup/requirements.txt 3) update the version in ./setup.py, otherwise you will overwrite an already existing version. 4) Make a new distribution run: python setup.py sdist bdist_wheel 5) Optional upload to pypi TEST: twine upload –repository-url https://test.pypi.org/legacy/ dist/*

to upload to PRODUCTION remove the –repository-url argument (make sure your local ~/.pypirc is correct)

# Date and time in python CONCEPT version

Always work in UTC and use date / datetime aware instances

e.g. python 3 datetime.utcfromtimestamp(0).timestamp() –> -3600 # datetime instance has no timezone and python fallback on OS timezone

datetime.utcnow() is also timezone unaware use datetime.utc(tz=timezone.utc)

datetime.strptime(“1970-0101T00:00:00”, “%Y-%m-%dT%H:%M:%S) is also timezone unaware use datetime.strptime(“1970-0101T00:00:00”, “%Y-%m-%dT%H:%M:%S).replace(tzinfo=timezone.utc)

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-l10n-extensions-1.1.1.tar.gz (22.6 kB view details)

Uploaded Source

File details

Details for the file django-l10n-extensions-1.1.1.tar.gz.

File metadata

  • Download URL: django-l10n-extensions-1.1.1.tar.gz
  • Upload date:
  • Size: 22.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.12

File hashes

Hashes for django-l10n-extensions-1.1.1.tar.gz
Algorithm Hash digest
SHA256 c0507531cc662b0ba954de94c66e51fe28be4cd0658fb5d7ce88a996c97c9c70
MD5 d8257b2f2b7249edbe050245e96f7c25
BLAKE2b-256 76ea308d41e7b7fa20f8aff5cea4e8e13f03daed697fa8bc662edcf09019e76b

See more details on using hashes here.

Release history Release notifications | RSS feed

This release

1.1.1 This release

1 file

1.1

2 files

1.0.7

2 files

1.0.6

2 files

1.0.5

2 files

1.0.4

2 files

1.0.2

2 files

1.0.1

2 files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page