Geoff Cox
Results
1
comments of
Geoff Cox
Here's the manage.py file that I created: ``` #!/usr/bin/env python from flask_script import Manager from app import app manager = Manager(app) @manager.shell def make_shell_context(): """ Creates a python REPL with...