Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7986047
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T11:44:07+00:00 2026-06-04T11:44:07+00:00

I would like to implement a badge app in a Django project to provide

  • 0

I would like to implement a badge app in a Django project to provide the same functionality like Stackoverflow to award users badges.

I have looked at various apps (list of apps), and various blogs have mentioned Brabeion. Is that the best Django app for Badges?

The project seems to be not maintained for some time and questions on github remained unanswered. The documentation is straight-forward, however details are not explained, e.g. what the method award_points is in the example below.

def my_view(request):
    if request.method == "POST":
        # do some things
        request.user.profile.award_points(15)
        badges.possibly_award_badge("points_awarded", user=request.user)
    # more view

On the other hand, djangopackages.com lists Django-achievements. The documentation seems good and detailed, however, each achievement needs its own class (could a long class definition file).

What are you using for your projects? If you use one of the described packages, is there a chance you could share some code around the point registration?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-04T11:44:08+00:00Added an answer on June 4, 2026 at 11:44 am

    I don’t have an answer, but I’m researching the same question. I’ve repeatedly come across
    brabeion and django-badges, of the two django-badges seems the best to me.

    None of the options seem extremely production proven though, I’d also like to know if anyone has used any of these, and what their experiences/suggestions are.

    The reward points could be as simple as:

    request.user.get_profile().award_points(15)
    
    def award_points(points):
       self.points += points
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I would like to implement some Drag-select functionality into a project of mine but
I would like to implement a save feature, which allows my users to save
I would like to implement an app with multiple languages support. I would like
I would like to implement an apps that allow users save the webpage including
I would like to implement captcha when registering to XMPP server. Basically I have
I would like to implement a URL rewrriter for DotNetNuke. Have questions as to
I would like to implement a search bar with the exact same behavior as
I would like to implement something like stackoverflow does, the bar at top of
I would like implement a button to show another view. I have defined the
I would like to implement some facebook action in my app and I wonder:

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.