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 -

Listeners to visualise results of load test in JMeter -

php - Click a button with XPath using an id from the same row -