Skip to content

List all sessions in allsessions page#193

Merged
tapaswenipathak merged 5 commits intopredevfrom
issue1
Dec 23, 2018
Merged

List all sessions in allsessions page#193
tapaswenipathak merged 5 commits intopredevfrom
issue1

Conversation

@tapaswenipathak
Copy link
Member

fixes #1.

no reviews.

migrations.CreateModel(
name='video',
fields=[
('id', models.AutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID')),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

line too long (114 > 79 characters)

('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")),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line under-indented for visual indent

('description', models.TextField(
help_text='Session details', max_length=512)),
('id', models.AutoField(auto_created=True, primary_key=True,
serialize=False, verbose_name='ID')),

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

continuation line under-indented for visual indent

return render(request, 'journey.html', context={'Journey': journey_list})



Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

blank line contains whitespace


def handler404(request):
response = render_to_response('404.html', {},
context_instance=RequestContext(request))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'RequestContext'



def handler404(request):
response = render_to_response('404.html', {},

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

undefined name 'render_to_response'

def submit_contest(request):
return render(request, 'contest_submission.html')

def chat_sessions(request):

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

expected 2 blank lines, found 1

profile_name = models.CharField(
max_length=128, help_text="The person's name")
<<<<<<< issue1
name = models.CharField(max_length=128, help_text="Session title")

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

unexpected indentation

title = models.CharField(max_length=128, help_text="Session title")
profile_name = models.CharField(
max_length=128, help_text="The person's name")
<<<<<<< issue1

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

@tapaswenipathak tapaswenipathak merged commit c8ff23d into predev Dec 23, 2018
@tapaswenipathak tapaswenipathak deleted the issue1 branch December 23, 2018 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

List all sessions in allsessions page

2 participants