uw.local.grad.bin package

Submodules

uw.local.grad.bin.auto_update_states module

Automatic status update process.

Python process meant to be run automatically after Quest data load to update application states to match changes in GSO application decisions.

uw.local.grad.bin.auto_update_states.main()[source]

Program entry point to update application states.

Uses the view work_application_state_change_update to determine what needs to be done, and calls uw.local.grad.db.status.change_state() to do the work.

uw.local.grad.bin.main_web module

Web user interface for Graduate Admissions.

This is the FastCGI main program for the Web user interface to Graduate Admissions. It also supports use of a localhost port for development purposes.

uw.local.grad.bin.main_web.main()[source]

Program entry point for GrAd Web UI.

uw.local.grad.bin.main_web.wsgi(demo_mode)[source]

uw.local.grad.bin.send_digest_notifications module

Automatic daily notification digest sending process.

Python process meant to be run automatically every morning to send daily digest of notifications to those who have requested them.

uw.local.grad.bin.send_digest_notifications.main()[source]

Program entry point to send digest notifications.

Invokes uw.local.grad.db.notification.send_digest_notifications().

Module contents

Program entry point implementations.

Modules implementing program entry points; UI processes and automatic processes to be invoked via cron jobs or otherwise, normally unattended.