Revert "Add New Relic monitoring"

This reverts commit 70318b96a2.
This commit is contained in:
2026-06-01 20:17:31 +01:00
parent 0775524e00
commit d3ebbc0a34
3 changed files with 1 additions and 259 deletions
-2
View File
@@ -11,14 +11,12 @@ import json
from io import BytesIO
from requests import post
from flask import Flask, render_template, Response, url_for, request, send_from_directory, make_response
from newrelic import agent
from PIL import Image, UnidentifiedImageError
from .content import ContentArea
from .contact import ContactForm
from .storage import LocalStorage
from .links import Links
agent.initialize('/var/www/jc/newrelic.ini')
app = Flask(__name__)
md_path = path.join(path.realpath(path.dirname(__file__)), path.normpath('../projects/'))