Skip to content

Commit

Permalink
Remove New Relic stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Aug 24, 2016
1 parent 66be14a commit 3f369b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions nikolausers/settings.py
Expand Up @@ -29,8 +29,6 @@

EMAIL_HOST = 'localhost'
DEFAULT_FROM_EMAIL = "nikola-users@chriswarrick.com"
import newrelic.agent
newrelic.agent.initialize()

# Application definition

Expand All @@ -42,7 +40,6 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'sites',
'newrelic.extras.framework_django',
)

MIDDLEWARE = [
Expand Down Expand Up @@ -129,9 +126,5 @@
'level': 'DEBUG',
'propagate': True,
},
'newrelic': {
'handlers': [],
'propagate': False,
}
},
}
3 changes: 0 additions & 3 deletions templates/base.html
@@ -1,10 +1,8 @@
{% load newrelic_tags %}
{% load staticfiles %}
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
{% newrelic_browser_timing_header %}
<meta name="viewport" content="width=device-width">
<title>{% block title1 %}{{ title }}{% endblock %} | Some Sites Using Nikola</title>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css" rel="stylesheet">
Expand Down Expand Up @@ -161,6 +159,5 @@ <h1>{% block title2 %}{{ title }}{% endblock title2 %}</h1>
</div>
<script src="https://getnikola.com/assets/js/all-nocdn.js" type="text/javascript"></script>
{% block extra_js %}{% endblock %}
{% newrelic_browser_timing_footer %}
</body>
</html>

0 comments on commit 3f369b5

Please sign in to comment.