File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 11# Django friendly finite state machine support
22
3- [ ![ CI tests] ( https://github.com/pfouque /django-fsm-2/actions/workflows/test.yml/badge.svg )] ( https://github.com/pfouque /django-fsm-2/actions/workflows/test.yml )
4- [ ![ codecov] ( https://codecov.io/github/pfouque /django-fsm-2/branch/master/graph/badge.svg?token=GWGDR6AR6D )] ( https://codecov.io/github/pfouque /django-fsm-2 )
5- [ ![ Documentation] ( https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic )] ( https://github.com/pfouque /django-fsm-2#settings )
6- [ ![ MIT License] ( https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic )] ( https://github.com/pfouque /anymail-history/LICENSE )
3+ [ ![ CI tests] ( https://github.com/django-commons /django-fsm-2/actions/workflows/test.yml/badge.svg )] ( https://github.com/django-commons /django-fsm-2/actions/workflows/test.yml )
4+ [ ![ codecov] ( https://codecov.io/github/django-commons /django-fsm-2/branch/master/graph/badge.svg?token=GWGDR6AR6D )] ( https://codecov.io/github/django-commons /django-fsm-2 )
5+ [ ![ Documentation] ( https://img.shields.io/static/v1?label=Docs&message=READ&color=informational&style=plastic )] ( https://github.com/django-commons /django-fsm-2#settings )
6+ [ ![ MIT License] ( https://img.shields.io/static/v1?label=License&message=MIT&color=informational&style=plastic )] ( https://github.com/django-commons /anymail-history/LICENSE )
77
88
99django-fsm adds simple declarative state management for django models.
@@ -36,7 +36,7 @@ $ pip install django-fsm-2
3636Or, for the latest git version
3737
3838``` bash
39- $ pip install -e git://github.com/pfouque /django-fsm-2.git#egg=django-fsm
39+ $ pip install -e git://github.com/django-commons /django-fsm-2.git#egg=django-fsm
4040```
4141
4242## Usage
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ authors = [
77]
88license = " MIT License"
99readme = " README.md"
10- homepage = " http://github.com/pfouque /django-fsm-2"
11- repository = " http://github.com/pfouque /django-fsm-2"
12- documentation = " http://github.com/pfouque /django-fsm-2"
10+ homepage = " http://github.com/django-commons /django-fsm-2"
11+ repository = " http://github.com/django-commons /django-fsm-2"
12+ documentation = " http://github.com/django-commons /django-fsm-2"
1313classifiers = [
1414 ' Development Status :: 5 - Production/Stable' ,
1515 ' Environment :: Web Environment' ,
You can’t perform that action at this time.
0 commit comments