Joseph Adediji
Joseph Adediji
I really hope segmentation will be added to Listmonk soon! it is a very important feature for any mailing software.
I have the same error too. I am serving static files from AWS.
> > Fixed. > > I have the same issue. Could you please share the solution? Hello, I was able to fix it by creating my own service worker and...
Hello, @saileshkush95 @i-konuk I was able to fix it by creating my own service worker and then point at it using the PWA_SERVICE_WORKER_PATH variable (PWA_APP_FETCH_URL is passed through). PWA_SERVICE_WORKER_PATH =...
My Example Service worker. ``` // Base Service Worker implementation. To use your own Service Worker, set the PWA_SERVICE_WORKER_PATH variable in settings.py var staticCacheName = "django-pwa-v" + new Date().getTime(); var...
@kinbitz I am trying to make use of this Bot, can you help with a working configuration?? It seems your pull request will not get merged.
@kastmada I am trying to make use of this Bot, can you help with a working configuration?? It get stuck at grid initialization
Add this to your project settings file ``` MACHINA_MARKUP_LANGUAGE = None MACHINA_MARKUP_WIDGET = 'ckeditor.widgets.CKEditorWidget' ``` Also, Add CKEditor URL include to your project's `urls.py` file: `path('ckeditor/', include('ckeditor_uploader.urls')),`
Hi @rainulf **Is there a way to get the last 10 topics and display them on my homepage?** I already have homepage views with every other thing set up, I...