Skip to content

Commit dde9708

Browse files
authored
Update README.md
1 parent ede52bc commit dde9708

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Run
3434
pip install django-replace-migrations
3535
```
3636

37-
and add `django_migration_linter` to your list of installed apps.
37+
and add `django_replace_migrations` to your list of installed apps.
3838

3939

4040
## Simple Workflow
@@ -66,10 +66,10 @@ The workflow for this would be:
6666

6767
* `git checkout 2.0`
6868
* create a new branch `git checkout -b 2-0-delete-migrations`
69-
* delete all existing migrations in your apps
69+
* [delete all existing migrations in your apps](https://simpleisbetterthancomplex.com/tutorial/2016/07/26/how-to-reset-migrations.html)
7070
* commit and note the commit hash
7171
* `git checkout 2.0`
72-
* create a new branch `git checkout 2-0-replace-migrations`
72+
* create a new branch `git checkout -b 2-0-replace-migrations`
7373
* run `./manage.py makemigrations --replace-all --name replace_2_0 [app1, app2, ...]`
7474
* commit and note the commit hash
7575
* `git checkout [your main branch]`

0 commit comments

Comments
 (0)