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

Use a custom user model by default #24

Closed
wsot opened this issue Jan 17, 2024 · 1 comment
Closed

Use a custom user model by default #24

wsot opened this issue Jan 17, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@wsot
Copy link

wsot commented Jan 17, 2024

🎯Aim

Apply the good practice of using a custom user model from the beginning.

📕Context

Good Django practice is to use a custom user model from the very beginning of a project. The template currently doesn't do that, which means any user of the template has to do so.

📝Relevant resources/doc's/people

Random links:

✅Acceptance Criteria

  • A custom user model exists (in an accounts app maybe?) and is set up by default.
  • Documentation and tests for the custom user model exist
@wsot wsot added the enhancement New feature or request label Jan 17, 2024
@ZhangChen199102 ZhangChen199102 self-assigned this Apr 10, 2024
ZhangChen199102 added a commit that referenced this issue Apr 12, 2024
Created an accounts app with custom User model.

Issue: #24
@a-musing-moose
Copy link
Contributor

Completed in #47 and #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants