Skip to content
Snippets Groups Projects
admin.py 193 B
Newer Older
  • Learn to ignore specific revisions
  • Victor Löfgren's avatar
    Victor Löfgren committed
    ###
    # Admin stuff placed here for later use
    # No need to implement this before the application is somewhat done
    ###
    
    from flask import Blueprint
    
    admin_blueprint = Blueprint("admin", __name__)