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? -

c# - Where does the .ToList() go in LINQ query result -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -