Flask-Wiz is a setup library for Flask that simplifies the process of starting a new Flask project. It provides a boilerplate setup for Flask applications, including database integration and directory structure for templates and static files.
- Flask Boilerplate: Get started quickly with a clean and minimal Flask app structure.
- Database Setup: Choose from popular databases including MongoDB, SQLite, MySQL, and PostgreSQL for seamless integration with your Flask application.
- Directory Structure: Automatically create directories for templates and static files, making it easy to organize your project assets.
- Installation: Install Flask-Wiz using pip:
pip install flask-wiz
- Create a New Flask Project: Use the following command to create a new Flask project with Flask-Wiz:
flask-wiz new
-
Follow the Prompts: Flask-Wiz will guide you through the setup process, including selecting your desired database and configuring directory structure.
-
Start Developing: Once the setup is complete, you're ready to start developing your Flask application!
Flask-Wiz simplifies the setup process for Flask projects, allowing you to focus on building your application without worrying about initial configuration.