relation "webpush_pushinformation" does not exist
LINE 1: SELECT COUNT(*) AS "__count" FROM "webpush_pushinformation"
>python manage.py makemigrations webpush
>python manage.py migrate webpush
Operations to perform:
Apply all migrations: webpush
Running migrations:
No migrations to apply.
post_list = models.Post.objects.filter(id__lt = int(request.GET.get('id'))).order_by('-id')
navigator.serviceWorker.register('/app/service-worker.js', {
scope: '/'
});