You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: flask_wiz.egg-info/PKG-INFO
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,11 @@
1
1
Metadata-Version: 2.1
2
2
Name: flask-wiz
3
-
Version: 1.9.1
3
+
Version: 1.9.2
4
4
Author: Krish Soni
5
5
Description-Content-Type: text/markdown
6
+
Requires-Dist: flask
7
+
Requires-Dist: click
8
+
Requires-Dist: Flask
6
9
7
10
# Flask-Wiz: Simplified Flask Setup
8
11
@@ -29,10 +32,24 @@ pip install flask-wiz
29
32
30
33
```Terminal
31
34
flask-wiz new
35
+
Project Name: my_project
36
+
Database (MongoDB/SQLite/MySQL/PostgreSQL):
37
+
```
38
+
39
+
```Terminal
40
+
<project_name>/
41
+
│
42
+
├── templates/
43
+
├── static/
44
+
├── .gitignore
45
+
└── .env
32
46
```
33
47
34
48
3. **Follow the Prompts**: Flask-Wiz will guide you through the setup process, including selecting your desired database and configuring directory structure.
35
49
36
50
4. **Start Developing**: Once the setup is complete, you're ready to start developing your Flask application!
37
51
38
52
Flask-Wiz simplifies the setup process for Flask projects, allowing you to focus on building your application without worrying about initial configuration.
0 commit comments