GithubHelp home page GithubHelp logo

Comments (4)

choksi81 avatar choksi81 commented on September 16, 2024

Author: justinc
Why are these separate in the new design?

from clearinghouse.

choksi81 avatar choksi81 commented on September 16, 2024

Author: justinc
Milestone Geni Portal v2.1 Release deleted

from clearinghouse.

choksi81 avatar choksi81 commented on September 16, 2024

Author: justinc
I think that we don't need this. We decided it's clearer to keep these separate

from clearinghouse.

choksi81 avatar choksi81 commented on September 16, 2024

Author: jsamuel
This actually does now extend the django User model. The reason we hadn't before was that it didn't appear that it was officially supported in django.

More detailed explanation: I exchanged some emails with Ivan a month ago where he said django had added the ability to extend the user model. I had replied stating that the documentation still said to use "profiles" as the way to add data to the user model and that it nowhere encouraged extending the user model (which it still appears to do when referring to extending the user model). However, I later found other documentation about extending models in general (e.g. http://docs.djangoproject.com/en/dev/topics/db/models/#id5). It seems that some documentation just hasn't caught up and that extending models is fine, including the user model. It just has the caveat that with the way we do it, underneath it's actually separate tables. This is fine for us. We're concerned about simplicity and bug-free-ness, not efficiency at at the database query level.

from clearinghouse.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.