Git Product home page Git Product logo

grappelli-fit's Introduction

Introduction

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 !

Currently supported applications

Screenshots

Rosetta

http://i.imgur.com/Jt4Rp.png

Language selection

http://i.imgur.com/2BAjO.png

Change form

Modeltranslation

http://i.imgur.com/QezPx.png

Change list

http://i.imgur.com/xrKot.png

Change form

Django-mptt

http://i.imgur.com/KShyL.png

Change list

Usage

settings.py

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',
    # ...
)

Credits

This project was created and is sponsored by:

http://motion-m.ca/media/img/logo.png

Motion Média (http://motion-m.ca)

grappelli-fit's People

Contributors

h3 avatar sharpek avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.