An open API service indexing awesome lists of open source software.

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

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/