Skip to content

Commit

Permalink
Rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
artinnok authored Jun 9, 2022
1 parent ef0201f commit 086700a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Django-Swap-User (Beta)
# Django-User-Swap (Beta)

## About
If you are tired from copying one custom user model from one project to another ones - use this package.
Expand Down Expand Up @@ -82,4 +82,4 @@ This is a harder way of doing things, but it is still possible to do:
- First fake the `auth` application because we are depending from this one - `python manage.py migrate --fake auth`
- Install this library, follow instructions and apply migrations
- Then fake rest of migrations we have - `python manage.py migrate --fake`
- Run your application!
- Run your application!

0 comments on commit 086700a

Please sign in to comment.