Skip to content

Commit 1a3f677

Browse files
authored
Update README.md
1 parent a0a3062 commit 1a3f677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ It works with:
1414

1515
First yoy need to install package with pip:
1616
```bash
17-
pip install git+https://bitbucket.gcore.lu/scm/~aleksey.yakovlev_gcore.lu/django-auto-rollback.git@0.1.0
17+
pip install git+https://github.com/freenoth/django-rollback.git@0.1.0
1818
```
1919

2020
Then install it to your `INSTALLED_APPS`
@@ -105,4 +105,4 @@ As you can see above, apps can be rollbacked to `zero` state too, if in previous
105105
So rollback will be successfully finished if two conditions are satisfied:
106106
- state for current commit are stored (if not - use `./manage.py store_migrations_state` command)
107107
- state for specified commit or commit witch relates to specified tag was stored in the past
108-
108+

0 commit comments

Comments
 (0)