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;








2















I'm setting up a django user platform with user notifications.



I have the following requirements for my notifications



  1. I'd like users to have a notification feed visible on-hover the menu entry "Notifications".


  2. 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.


  3. The notifications should be saved into the database as objects.


optional:



  1. live reload via AJAX


  2. 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.



  1. Stream framework was way too complicated to set-up for me with a custom database.


  2. django-notifications (like GitHub) was way too buggy and is maintained very slowly.


  3. 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.


  4. 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










share|improve this question




























    2















    I'm setting up a django user platform with user notifications.



    I have the following requirements for my notifications



    1. I'd like users to have a notification feed visible on-hover the menu entry "Notifications".


    2. 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.


    3. The notifications should be saved into the database as objects.


    optional:



    1. live reload via AJAX


    2. 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.



    1. Stream framework was way too complicated to set-up for me with a custom database.


    2. django-notifications (like GitHub) was way too buggy and is maintained very slowly.


    3. 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.


    4. 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










    share|improve this question
























      2












      2








      2








      I'm setting up a django user platform with user notifications.



      I have the following requirements for my notifications



      1. I'd like users to have a notification feed visible on-hover the menu entry "Notifications".


      2. 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.


      3. The notifications should be saved into the database as objects.


      optional:



      1. live reload via AJAX


      2. 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.



      1. Stream framework was way too complicated to set-up for me with a custom database.


      2. django-notifications (like GitHub) was way too buggy and is maintained very slowly.


      3. 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.


      4. 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










      share|improve this question














      I'm setting up a django user platform with user notifications.



      I have the following requirements for my notifications



      1. I'd like users to have a notification feed visible on-hover the menu entry "Notifications".


      2. 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.


      3. The notifications should be saved into the database as objects.


      optional:



      1. live reload via AJAX


      2. 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.



      1. Stream framework was way too complicated to set-up for me with a custom database.


      2. django-notifications (like GitHub) was way too buggy and is maintained very slowly.


      3. 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.


      4. 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






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 25 at 18:10









      Ben JordanBen Jordan

      965 bronze badges




      965 bronze badges






















          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
          );



          );













          draft saved

          draft discarded


















          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.



















          draft saved

          draft discarded
















































          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.




          draft saved


          draft discarded














          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





















































          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







          Popular posts from this blog

          Kamusi Yaliyomo Aina za kamusi | Muundo wa kamusi | Faida za kamusi | Dhima ya picha katika kamusi | Marejeo | Tazama pia | Viungo vya nje | UrambazajiKuhusu kamusiGo-SwahiliWiki-KamusiKamusi ya Kiswahili na Kiingerezakuihariri na kuongeza habari

          Swift 4 - func physicsWorld not invoked on collision? The Next CEO of Stack OverflowHow to call Objective-C code from Swift#ifdef replacement in the Swift language@selector() in Swift?#pragma mark in Swift?Swift for loop: for index, element in array?dispatch_after - GCD in Swift?Swift Beta performance: sorting arraysSplit a String into an array in Swift?The use of Swift 3 @objc inference in Swift 4 mode is deprecated?How to optimize UITableViewCell, because my UITableView lags

          Access current req object everywhere in Node.js ExpressWhy are global variables considered bad practice? (node.js)Using req & res across functionsHow do I get the path to the current script with Node.js?What is Node.js' Connect, Express and “middleware”?Node.js w/ express error handling in callbackHow to access the GET parameters after “?” in Express?Modify Node.js req object parametersAccess “app” variable inside of ExpressJS/ConnectJS middleware?Node.js Express app - request objectAngular Http Module considered middleware?Session variables in ExpressJSAdd properties to the req object in expressjs with Typescript