Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 169 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 169 Bytes

RepKings

Testing Procedure

python manage.py shell

from representatives.tasks import *
update_representatives()

from bills.tasks import *
update_bills()