Skip to content
Snippets Groups Projects
Commit d63d4ddf authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

make logger available in events.view_utils

parent c78fcefe
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,9 @@ from django.conf import settings
from .templatetags.scientific import scientific
import logging
logger = logging.getLogger(__name__)
# XXX This should be configurable / moddable or something
MAX_QUERY_RESULTS = 1000
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment