Skip to content
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

Think about how to add missing authors and merge authors #105

Open
KentShikama opened this issue Apr 3, 2017 · 0 comments
Open

Think about how to add missing authors and merge authors #105

KentShikama opened this issue Apr 3, 2017 · 0 comments
Labels

Comments

@KentShikama
Copy link
Member

KentShikama commented Apr 3, 2017

Some authors have taglines at the bottom such as

NAME PO '18 will be writing a bi-weekly film column that focuses on recently released films, buzz about movies and other related happenings.

A hacky way to add missing authors who have these taglines might look something like

for article in Article.objects.filter(content__contains="NAME").all():
article.authors.add(author); article.save();

This has the danger that their NAME might be mentioned an article that they didn't write.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant