Grappelli-fit provide a compatibility layer for popular Django applications.
This is an early prototype which currently only support two applications, if it works as expected the list of supported apps will grow.
Feel free to contribute your compatibility layers for your favourites Django applications !
- Tested applications: https://code.google.com/p/grappelli-fit/wiki/TestedApps
- django-rosetta: https://github.com/mbi/django-rosetta
- django-modeltranslation: https://code.google.com/p/django-modeltranslation/
- django-fiber (in progress..)
- django-locking (eventually..)
Grappelli-fit works by overriding templates and static files for differents project, so the installation is pretty straight forward:
STATICFILES_DIRS = ( '/path/to/grappelli/static/', '/path/to/grappellifit/static/', ) TEMPLATE_DIRS = ( '/path/to/project/templates/', '/path/to/grappelli/templates/', '/path/to/grappellifit/templates/', ) INSTALLED_APPS = ( # ... 'contrib.grappelli', 'contrib.grappellifit', 'django.contrib.admin', 'modeltranslation', 'rosetta', # ... )
This project was created and is sponsored by:
Motion Média (https://motion-m.ca)