Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(user): Add custom user and admin #207 #230

Merged
merged 2 commits into from
Jan 9, 2022
Merged

feat(user): Add custom user and admin #207 #230

merged 2 commits into from
Jan 9, 2022

Conversation

imAsparky
Copy link
Owner

  • Django admin is missing some useful security features, e.g. read-only
    on critical fields.
  • A custom user model that extends the existing user model will allow some
    additional flexibility to customise the user.
  • Added django project custom user test suite and fixtures.
  • Added a custom user how-to.
  • Updated django-cookiecutter test suite.
  • Updated tutorial-create-django-project.
  • Updated README

closes #207
closes #212

* Django admin is missing some useful security features, e.g. read-only
  on critical fields.
* A custom user model that extends the existing user model will allow some
  additional flexibility to customise the user.
* Added django project custom user test suite and fixtures.
* Added a custom user how-to.
* Updated django-cookiecutter test suite.
* Updated tutorial-create-django-project.
* Updated README

closes #207
closes #212
@imAsparky imAsparky added documentation Improvements or additions to documentation enhancement New feature or request labels Jan 9, 2022
@imAsparky imAsparky self-assigned this Jan 9, 2022
@imAsparky imAsparky enabled auto-merge (squash) January 9, 2022 03:12
Unused import failed Codacy check.
@imAsparky imAsparky merged commit 78d7066 into main Jan 9, 2022
@imAsparky imAsparky deleted the issue-207 branch January 9, 2022 03:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
1 participant