Closed wilbertom closed 10 years ago
manage.py was a way to provide an helpful interface like django. I think flask-script or click will help us do this better than ArgumentParser
manage.py
flask-script
click
ArgumentParser
Click is nice because it's platform independent. Flask-Script is needed for Flask-Migrate. Ugh decisions.
Flask-Script
Flask-Migrate
Using flask-script. Closed by 8d8a162b6be9716938a3b6320f3368fd50c22ec4
manage.py
was a way to provide an helpful interface like django. I thinkflask-script
orclick
will help us do this better thanArgumentParser