-
Notifications
You must be signed in to change notification settings - Fork 17
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
Add Speakers talk excerpt field #68
base: master
Are you sure you want to change the base?
Conversation
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.
Hi @nadaj , do you think maybe that we should have the excerpt as a markdown field it might help with styling the frontend a bit :)
@@ -0,0 +1,19 @@ | |||
# Generated by Django 2.0.5 on 2018-06-20 06:07 |
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.
Not a big deal but naming convention for file names is all-lowercase with underscores. The same applies to other PR with migration.
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.
No problem, I'll fix that in both PRs and push the change.
@nadaj can you add the admin part aswell so we can add content to the model ? |
No description provided.