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

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

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -