Skip to content

Latest commit

 

History

History
54 lines (33 loc) · 1.09 KB

README.rst

File metadata and controls

54 lines (33 loc) · 1.09 KB

django-rockpile

https://badge.fury.io/py/django-rockpile.png https://travis-ci.org/rockpile-it/django-rockpile.png?branch=master https://coveralls.io/repos/rockpile-it/django-rockpile/badge.png https://pypip.in/d/django-rockpile/badge.png

Translation made easy

Warning

This project is still in an early phase of development, its functionality is very limited by now and many things may be broken

Documentation

The full documentation is at http://django-rockpile.rtfd.org.

Quickstart

Install django-rockpile:

pip install django-rockpile

Configure:

INSTALLED_APPS = (
    ...
    'rockpile',
)

Features

  • TODO