https://github.com/davidar/django-helloworld
Django template tag that displays "Hello World!" in one of over 50 different languages
https://github.com/davidar/django-helloworld
Last synced: 7 months ago
JSON representation
Django template tag that displays "Hello World!" in one of over 50 different languages
- Host: GitHub
- URL: https://github.com/davidar/django-helloworld
- Owner: davidar
- License: agpl-3.0
- Created: 2009-09-25T07:48:23.000Z (over 16 years ago)
- Default Branch: master
- Last Pushed: 2009-09-25T08:42:05.000Z (over 16 years ago)
- Last Synced: 2025-04-04T14:14:41.332Z (about 1 year ago)
- Language: Python
- Homepage: http://da.vidr.cc/
- Size: 281 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: COPYING
Awesome Lists containing this project
README
USAGE
Copy the helloworld/ directory to somewhere in your PYTHONPATH, and add
"helloworld" to INSTALLED_APPS in settings.py. Then, place the following code
where the tag should be displayed:
{% load helloworld %} {% helloworld %}
The helloworldsite/ directory contains a mirrored copy of
, from which the phrases were taken.
Author Homepage: http://da.vidr.cc/