Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 490 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 490 Bytes

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 [email protected]:inglesp/Metaclasses.git
$ cd Metaclasses
$ mkvirtualenv metaclasses
$ pip install -r requirements.txt
$ python -m prescons djangocon.py