Trees | Indices | Help |
---|
|
1 import click 2 from coprs import db_session_scope 3 from coprs.logic.complex_logic import ComplexLogic8 """ 9 Clean all the expired temporary projects. This command is meant to be 10 executed by cron. 11 """ 12 13 with db_session_scope(): 14 ComplexLogic.delete_expired_projects()15
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 | http://epydoc.sourceforge.net |