Skip to content

Commit

Permalink
remove QuickCast link from README; it directs to a 404 page
Browse files Browse the repository at this point in the history
  • Loading branch information
marz619 committed Apr 15, 2022
1 parent b17d4a2 commit abfa66e
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ django-fsm-admin
Mixin and template tags to integrate django-fsm_ state transitions into the
Django Admin.


Installation
------------

Expand All @@ -18,7 +17,6 @@ Or from GitHub:
$ pip install -e git://github.com/gadventures/django-fsm-admin.git#egg=django-fsm-admin
Usage
-----

Expand Down Expand Up @@ -89,7 +87,6 @@ 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
---------------

Expand All @@ -105,15 +102,4 @@ Try the example
$ python manage.py runserver
Demo
----

Watch a QuickCast_ of the django-fsm-admin example

.. image:: http://i.imgur.com/IJuE9Sr.png
:width: 728px
:height: 346px
:target: QuickCast_

.. _QuickCast: http://quick.as/aq8fogo
.. _django-fsm: https://github.com/kmmbvnr/django-fsm

0 comments on commit abfa66e

Please sign in to comment.