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

Basic search form in dashboard and small changes in model structure #62

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

achronop
Copy link
Member

I know not much going on in that project lately. I have some changes locally that I would like to share.
This PR handle the following:

  1. Solving issue 61.
  2. Some small changes in the model structure for Neo and UserProfile.

Please review it and let me know what you think.
Thanks!

@comzeradd
Copy link
Contributor

I think it's wrong to use UserProfile as our main user instance in other models or views. Instead we should extend the User model (and use that instead on all models/views) by using OneToOneField that comes with reverse functionality. See the documentations for more:

Extending the existing User model

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants