Looking for the best and simple-to-setup notification handler app for Python DjangoHow do I change the notification paging (or limit the number of pages) in this django plugin?Django-Notification - Alternative to Email BackendAttaching signal handler to multiple signals for Facebook like notification system in djangoBuilding a notification systemWhat is the easiest way to implement simple notifications to an android app, triggered from a django app?implement a simple inbox with notifications in yiidjango-notifications: how NOTIFICATIONS_SOFT_DELETE=True works?Django: simple model for storing messages/notifications to/from usersHow to create auto-generated Django notification?notification feature for django project
Does the North Korea Kim Jong Un have an heir?
Can the word "coexist" be used for more than two things/people/subjects/... etc?
Why is quantum gravity non-renormalizable?
How long had Bertha Mason been in the attic at the point of the events in Jane Eyre
When should we use dependency injection (C#)
Bypass with wrong cvv of debit card and getting OTP
Is it possible that Curiosity measured its own methane or failed doing the spectrometry?
Can you move between the attacks of a Twinned Booming Blade
"Best practices" for formulating MIPs
Is there any way for a Half-Orc Sorcerer to get proficiency with a heavy weapon?
Should I cross-validate metrics that were not optimised?
Recolour existing plots
What do you call the motor that fuels the movement of a robotic arm?
Language Selector
Why would a propellor have blades of different lengths?
My players like to search everything. What do they find?
What is the difference between a historical drama and a period drama?
Show that there are infinitely more problems than we will ever be able to compute
Did Snape really give Umbridge a fake Veritaserum potion that Harry later pretended to drink?
Is よう an adjective or a noun?
List of Implementations for common OR problems
Use real text instead of lipsum in moderncv quote alignment
Is it possible to spoof an IP address to an exact number?
Should I cheat if the majority does it?
Looking for the best and simple-to-setup notification handler app for Python Django
How do I change the notification paging (or limit the number of pages) in this django plugin?Django-Notification - Alternative to Email BackendAttaching signal handler to multiple signals for Facebook like notification system in djangoBuilding a notification systemWhat is the easiest way to implement simple notifications to an android app, triggered from a django app?implement a simple inbox with notifications in yiidjango-notifications: how NOTIFICATIONS_SOFT_DELETE=True works?Django: simple model for storing messages/notifications to/from usersHow to create auto-generated Django notification?notification feature for django project
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm setting up a django user platform with user notifications.
I have the following requirements for my notifications
I'd like users to have a notification feed visible on-hover the menu entry "Notifications".
The notification feed (in every site inheriting base.html + a menu) should show a maximum of the newest 5 unread notifications in every user site.
The notifications should be saved into the database as objects.
optional:
live reload via AJAX
send via mail + user preferences for notifications
What I found so far:
I looked at the django documentation, but I had the feeling none of the above worked smoothly for my purpose.
Stream framework was way too complicated to set-up for me with a custom database.
django-notifications (like GitHub) was way too buggy and is maintained very slowly.
I like pinax-notifications, could set it up, but I don't see from the documentation how to show all notifications in my base.html template for the logged in user and also I don't see how it saves notifications to the database.
I also found django-pusherable, don't know if it works for notifications?
Can you give me any tips on how to set-up or any app recommendations?
Kind regards
django notifications
add a comment |
I'm setting up a django user platform with user notifications.
I have the following requirements for my notifications
I'd like users to have a notification feed visible on-hover the menu entry "Notifications".
The notification feed (in every site inheriting base.html + a menu) should show a maximum of the newest 5 unread notifications in every user site.
The notifications should be saved into the database as objects.
optional:
live reload via AJAX
send via mail + user preferences for notifications
What I found so far:
I looked at the django documentation, but I had the feeling none of the above worked smoothly for my purpose.
Stream framework was way too complicated to set-up for me with a custom database.
django-notifications (like GitHub) was way too buggy and is maintained very slowly.
I like pinax-notifications, could set it up, but I don't see from the documentation how to show all notifications in my base.html template for the logged in user and also I don't see how it saves notifications to the database.
I also found django-pusherable, don't know if it works for notifications?
Can you give me any tips on how to set-up or any app recommendations?
Kind regards
django notifications
add a comment |
I'm setting up a django user platform with user notifications.
I have the following requirements for my notifications
I'd like users to have a notification feed visible on-hover the menu entry "Notifications".
The notification feed (in every site inheriting base.html + a menu) should show a maximum of the newest 5 unread notifications in every user site.
The notifications should be saved into the database as objects.
optional:
live reload via AJAX
send via mail + user preferences for notifications
What I found so far:
I looked at the django documentation, but I had the feeling none of the above worked smoothly for my purpose.
Stream framework was way too complicated to set-up for me with a custom database.
django-notifications (like GitHub) was way too buggy and is maintained very slowly.
I like pinax-notifications, could set it up, but I don't see from the documentation how to show all notifications in my base.html template for the logged in user and also I don't see how it saves notifications to the database.
I also found django-pusherable, don't know if it works for notifications?
Can you give me any tips on how to set-up or any app recommendations?
Kind regards
django notifications
I'm setting up a django user platform with user notifications.
I have the following requirements for my notifications
I'd like users to have a notification feed visible on-hover the menu entry "Notifications".
The notification feed (in every site inheriting base.html + a menu) should show a maximum of the newest 5 unread notifications in every user site.
The notifications should be saved into the database as objects.
optional:
live reload via AJAX
send via mail + user preferences for notifications
What I found so far:
I looked at the django documentation, but I had the feeling none of the above worked smoothly for my purpose.
Stream framework was way too complicated to set-up for me with a custom database.
django-notifications (like GitHub) was way too buggy and is maintained very slowly.
I like pinax-notifications, could set it up, but I don't see from the documentation how to show all notifications in my base.html template for the logged in user and also I don't see how it saves notifications to the database.
I also found django-pusherable, don't know if it works for notifications?
Can you give me any tips on how to set-up or any app recommendations?
Kind regards
django notifications
django notifications
asked Mar 25 at 18:10
Ben JordanBen Jordan
965 bronze badges
965 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55344081%2flooking-for-the-best-and-simple-to-setup-notification-handler-app-for-python-dja%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55344081%2flooking-for-the-best-and-simple-to-setup-notification-handler-app-for-python-dja%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown