Is there a (wise) way to load the DAL only for a project for debugging purposes in an editor.
Example: I'm writing a class for doing some involved record calculations, look-ups from multiple tables, writing back to the tables using the app's DAL. >From PyCharm, I would like to run just the .py file containing the class from "if __name__ = "__main__", loading just the DAL, and executing code within the single file... Then for normal operations in web2py, the __main__ code wound't fire and the file would operate in the context of the overall web2py app.... Is there a way to do this without lots of pitfalls/complexity? -- Resources: - http://web2py.com - http://web2py.com/book (Documentation) - http://github.com/web2py/web2py (Source code) - https://code.google.com/p/web2py/issues/list (Report Issues) --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

