Hide keyboard shortcuts

Hot-keys on this page

r m x p   toggle line displays

j k   next/prev highlighted chunk

0   (zero) top of page

1   (one) first highlighted chunk

1__author__ = "Shawn Davis <shawn@superdjango.com>" 

2__maintainer__ = "Shawn Davis <shawn@superdjango.com>" 

3__version__ = "0.5.0-d" 

4 

5from .library import * 

6 

7__all__ = ( 

8 "get_profile_model", 

9 "get_user_profile", 

10)