master deploy#234
Closed
tapaswenipathak wants to merge 3 commits into
Closed
Conversation
* list all chat sessions * migration and fixes * aah migrations issues
houndci-bot
reviewed
Dec 23, 2018
| return render(request, 'journey.html', context={'Journey': journey_list}) | ||
|
|
||
|
|
||
|
|
|
|
||
| def handler404(request): | ||
| response = render_to_response('404.html', {}, | ||
| context_instance=RequestContext(request)) |
|
|
||
|
|
||
| def handler404(request): | ||
| response = render_to_response('404.html', {}, |
There was a problem hiding this comment.
undefined name 'render_to_response'
| def submit_contest(request): | ||
| return render(request, 'contest_submission.html') | ||
|
|
||
| def chat_sessions(request): |
| profile_name = models.CharField( | ||
| max_length=128, help_text="The person's name") | ||
| <<<<<<< issue1 | ||
| name = models.CharField(max_length=128, help_text="Session title") |
| title = models.CharField(max_length=128, help_text="Session title") | ||
| profile_name = models.CharField( | ||
| max_length=128, help_text="The person's name") | ||
| <<<<<<< issue1 |
There was a problem hiding this comment.
IndentationError: expected an indented block
expected 2 blank lines after class or function definition, found 0
expected an indented block
missing whitespace around bitwise or shift operator
missing whitespace around operator
| ('profile_name', models.CharField(help_text="The person's name", | ||
| max_length=128)), | ||
| ('profile_url', models.URLField(help_text="The Url of the " + | ||
| "person's website")), |
There was a problem hiding this comment.
continuation line over-indented for visual indent
line too long (80 > 79 characters)
| serialize=False, verbose_name='ID')), | ||
| ('name', models.CharField(help_text='Session title', | ||
| max_length=128)), | ||
| ('profile_name', models.CharField(help_text="The person's name", |
There was a problem hiding this comment.
line too long (80 > 79 characters)
| ('id', models.AutoField(auto_created=True, primary_key=True, | ||
| serialize=False, verbose_name='ID')), | ||
| ('name', models.CharField(help_text='Session title', | ||
| max_length=128)), |
There was a problem hiding this comment.
continuation line under-indented for visual indent
| max_length=512)), | ||
|
|
||
| ('id', models.AutoField(auto_created=True, primary_key=True, | ||
| serialize=False, verbose_name='ID')), |
There was a problem hiding this comment.
continuation line under-indented for visual indent
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Checklist
predevbranch.Which issue does this PR fix?: fixes #
Brief description of what this PR does.
Add issue number here. If you do not solve the issue entirely, please change the message e.g. "First steps for issues #IssueNumber"
Why do we need this PR?:
If relevant, please include a screenshot.
Demo (optional):
Some tips for you to write the instructions:
Testing instructions:
If there is any work still left to do, please add it here.
TODOs (if any):
A picture of a cute animal (not mandatory but encouraged):