python - Adding an attribute to Class Meta of Built in model -


can add attribute class meta of auth.user model of django without extending model ?

no cannot. extending shouldn't problem unless have deal lot of references django's user model.

substituting custom user model


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

javascript - Complex json ng-repeat -

jquery - Cloning of rows and columns from the old table into the new with colSpan and rowSpan -