-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GT-96 Django monitoring app #15
Conversation
Can you fix the 'style' category issues that Codeclimate has raised? Don't worry about the other categories of issue for now though, other than the 'clarity' category about the For line length, follow the PEP 8 guidance for longer lines (I need to change the linting to use this setting though):
|
973b41b
to
28667a0
Compare
# Sitename substitutes pk | ||
lookup_field = 'SiteName' | ||
extra_kwargs = { | ||
'url': {'lookup_field': 'SiteName'} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what does this do? Are both lookup_field
and extra_kwargs
needed?
Looks good, a few questions - see above. I can see codeclimate raised 47 issues, but can't see what they are 😢 |
12bf988
to
c4b9bd9
Compare
6808068
to
84eafef
Compare
Putting venv activation in the wsgi file means that Apache can invoke the venv and it doesn't need to be done manually.
84eafef
to
4b2902c
Compare
This will hopefully register the templates it contains
Features: