GithubHelp home page GithubHelp logo

nad2000 / django-fsm-admin Goto Github PK

View Code? Open in Web Editor NEW

This project forked from gadventures/django-fsm-admin

0.0 0.0 0.0 100 KB

Mixin and template tags to integrate django-fsm transitions into the django admin.

License: Other

Python 72.68% Makefile 3.18% HTML 24.14%

django-fsm-admin's Introduction

django-fsm-admin

Mixin and template tags to integrate django-fsm state transitions into the Django Admin.

Installation

Or from GitHub:

Usage

  1. Add fsm_admin to your INSTALLED_APPS.
  2. Ensure that you have "django.core.context_processors.request" in your TEMPLATE_CONTEXT_PROCESSORS in Django settings. If the setting variable is not yet defined, add:
  1. In your admin.py file, use FSMTransitionMixin to add behaviour to your ModelAdmin. FSMTransitionMixin should be before ModelAdmin, the order is important.

It assumes that your workflow state field is named state, however you can override it or add additional workflow state fields with the attribute fsm_field.

  1. By adding custom=dict(admin=False) to the transition decorator, one can disallow a transition to show up in the admin interface. This specially is useful, if the transition method accepts parameters without default values, since in django-fsm-admin no arguments can be passed into the transition method.

By adding FSM_ADMIN_FORCE_PERMIT = True to your configuration settings, the above restriction becomes the default. Then one must explicitly allow that a transition method shows up in the admin interface.

This is useful, if most of your state transitions are handled by other means, such as external events communicating with the API of your application.

Try the example

django-fsm-admin's People

Contributors

bashu avatar brandonkane avatar cleder avatar coalpaw avatar cptlemming avatar decentral1se avatar edwardbetts avatar fabfuel avatar fdemmer avatar fetzig avatar gableroux avatar jonasvp avatar jrief avatar knaperek avatar kwinsch avatar marz619 avatar mord4z avatar mrbox avatar nagyman avatar pauloxnet avatar peterdemin avatar rafikdraoui avatar sheepex avatar ticosax avatar titusz 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.