Bootstrap your app with well-defined structure
- Clone this git into your machine
- Checkout the app you want and the mixin of it. (list below)
git checkout {branch}
- Cherrypick the mixin you want.
- Follow the readme of each app.
- Base app :
django-rest
- Mixins:
django-mixin/user-with-email
: use email instead of username for login.