- \n
\n \n
\n
- \n
\n
Every Python instance obviously knows its attributes and methods and you can access them via a call to the special __getattribute__ method. If the attribute you tried accessing is a method it will obviously not be automatically called but returned for you to be able to do whatever needs to be done.\n
\n
- \n
\n
siteconfig is a relatively small Django app that stores setting data in the database, along with project versioning data in case you need it to handle migrations of some sort down the road.\n
\n