jivid / akobi

Akobi is a customizable interview application
5 stars 0 forks source link

Fix importing applications #48

Open jbrick opened 10 years ago

jbrick commented 10 years ago

Currently to use an application we have to import it in handlers/interview.py we should do this another way.

naturalwarren commented 10 years ago

Agreed. This needs to be done when applications are selected for use in an interview.

Once @jivid gets his JS refactor in I can take a look at this.

jivid commented 10 years ago

@naturalwarren, this will require dynamic importing and use of Python's module introspection. I agree that the importing will happen at the time when applications are selected on the create page, but this change is completely separate from sending down enabled applications from server to client