PDF-Recipes are uploadable and some basic functions are already implemented. Also minor bugfixes.
5 lines
105 B
Python
5 lines
105 B
Python
from flask import Blueprint
|
|
|
|
bp = Blueprint('receipts', __name__)
|
|
|
|
from app.receipts import forms, routes |