Advanced Python through Django: Metaclasses
This is the code for my talk at Djangocon Europe.
This code is designed to be run with a tool called prescons.
To run the code:
$ git clone git@github.com:inglesp/Metaclasses.git
$ cd Metaclasses
$ mkvirtualenv metaclasses
$ pip install -r requirements.txt
$ python -m prescons djangocon.py