Skip to content

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

Open
achronop wants to merge 3 commits intohsgr:masterfrom
achronop:search-box
Open

Basic search form in dashboard and small changes in model structure#62
achronop wants to merge 3 commits intohsgr:masterfrom
achronop:search-box

Conversation

@achronop
Copy link
Copy Markdown
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
Copy Markdown
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