Los archivos se guardan en la base de datos y se agregaron categorias
Si, creo que eso nada mas
This commit is contained in:
@@ -29,6 +29,9 @@ def create_app():
|
||||
from . import auth
|
||||
app.register_blueprint(auth.bp)
|
||||
|
||||
from . import categories
|
||||
app.register_blueprint(categories.bp)
|
||||
|
||||
from . import about
|
||||
app.register_blueprint(about.bp)
|
||||
app.add_url_rule('/about', endpoint='about')
|
||||
@@ -37,4 +40,5 @@ def create_app():
|
||||
app.register_blueprint(files.bp)
|
||||
app.add_url_rule('/', endpoint='index')
|
||||
|
||||
|
||||
return app
|
||||
|
||||
Reference in New Issue
Block a user