$ pip install -r requirements.txt
Camomilla brings a lot of default settings you can include in your project's ones
from camomilla.defaults import *
Remember to add all the required applications in your project
INSTALLED_APPS = [
...
'rest_framework',
'rest_framework.authtoken',
'camomilla',
'hvad',
...
]
$ python manage.py runserver
pip install -r requirements-dev.txt
make test
Feel free to make your models untranslatable, we have a nice solution for them