Skip to content

Code for my Djangocon talk "Advanced Python through Django: Metaclasses"

Notifications You must be signed in to change notification settings

inglesp/Metaclasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Code for my Djangocon talk "Advanced Python through Django: Metaclasses"

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages