Opened 17 months ago
#16 new task
Add Blueprints to better organize 01quiz project
Reported by: | me egan | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | Refactor |
Component: | component1 | Version: | |
Keywords: | Cc: |
Description
Flask uses a concept of blueprints for making application components and supporting common patterns within an application or across applications. Blueprints can greatly simplify how large applications work and provide a central means for Flask extensions to register operations on applications. A Blueprint object works similarly to a Flask application object, but it is not actually an application. Rather it is a blueprint of how to construct or extend an application.
Note:
See TracTickets
for help on using tickets.