Opened 5 years ago
Closed 5 years ago
#29 closed task (fixed)
create sans blueprint
Reported by: | zhangjr | Owned by: | zhangjr |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | component1 | Version: | |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Parent ID: | Parent Tickets: | ||
Estimated Number of Hours: | 0.0 | Add Hours to Ticket: | 0 |
Billable?: | yes | Total Hours: | 0 |
Description
view:
from flask import Blueprint
sans_bp = Blueprint('sans', name)
from app.sans import views
app:
from app.sans import sans_bp
app.register_blueprint(sans_bp)
├── __init__.py ├── templates │ └── analysis.html └── views.py
Subtickets
Child Tickets
Change History (5)
comment:1 Changed 5 years ago by zhangjr
comment:2 Changed 5 years ago by zhangjr
- Resolution set to fixed
- Status changed from new to closed
comment:3 Changed 5 years ago by zhangjr
- Resolution fixed deleted
- Status changed from closed to reopened
comment:4 Changed 5 years ago by zhangjr
- Owner changed from somebody to zhangjr
- Status changed from reopened to accepted
comment:5 Changed 5 years ago by zhangjr
- Resolution set to fixed
- Status changed from accepted to closed
Note: See
TracTickets for help on using
tickets.
Finally, it works. Big smile :)