Translation made easy
This project is still in an early phase of development, its functionality is very limited by now and many things may be broken
The full documentation is at http://django-rockpile.rtfd.org.
Install django-rockpile:
pip install django-rockpile
Configure:
INSTALLED_APPS = (
...
'rockpile',
)
- TODO