About Ellipsis in Python 3
You can use an ellipsis interchangeably with pass
to mark some class or method as unfinished:
class AboutView(TemplateView):
...
def notify_subscribers(subscribers, post):
...
Also by me
Django Paddle Subscriptions app
For Django-based SaaS projects.
Django App for You
Django GDPR Cookie Consent app
For Django websites that use cookies.
Django App for You