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 1
1
# Django friendly finite state machine support
2
2
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 )
7
7
8
8
9
9
django-fsm adds simple declarative state management for django models.
@@ -36,7 +36,7 @@ $ pip install django-fsm-2
36
36
Or, for the latest git version
37
37
38
38
``` 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
40
40
```
41
41
42
42
## Usage
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ authors = [
7
7
]
8
8
license = " MIT License"
9
9
readme = " 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"
13
13
classifiers = [
14
14
' Development Status :: 5 - Production/Stable' ,
15
15
' Environment :: Web Environment' ,
You can’t perform that action at this time.
0 commit comments