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 8457559
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T12:50:19+00:00 2026-06-10T12:50:19+00:00

I have a demo product built on django framework and is running live. Prospective

  • 0

I have a demo product built on django framework and is running live. Prospective customer will login to the UI with superuser access privilege. I wanted to show the delete option but when they execute the delete option, I want to show the message like ‘not allowed for demo login’.

Is there a way to achieve this quickly in django framework. What is the best option to do this.

Thanks
Siva

  • 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-10T12:50:21+00:00Added an answer on June 10, 2026 at 12:50 pm

    I fixed this by creating a demo user and adding the following code to the middleware class:

                        if request.user.username == 'demo':
                                if '/delete' in path:
                                        request.user.message_set.create(message='Delete/Edit option is disabled for demo account.')
                                        return HttpResponseRedirect("../../")
                                if path.startswith ('/admin/') and request.method == 'POST' and request.POST.has_key('action'):
                                        axnname   = request.POST.get('action')
                                        if axnname == 'delete_selected':
                                                request.user.message_set.create(message='Delete/Edit option is disabled for demo account.')
                                                return HttpResponseRedirect(path)
                                if path.startswith ('/admin/') and request.method == 'POST' and request.is_ajax() is False:
                                        request.user.message_set.create(message='Add/Edit option is disabled for demo account.')
                                        return HttpResponseRedirect("../")
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this xml <products> <product> <name>Demo</name> </product> <product> <name>Black Beauty III</name> <description>Beautiful les
I have the Demo Table which I can click on the cell(td tag) and
I have a demo app which is supposed to be an example of creating
I have a demo database with a couple of hundred tables in it. Each
I have a demo scheduled with a client and i need a quick and
I have one demo application to check select for update query public class Test
I was planning on trying out Re-Fox: http://www.refox.net/ They have a demo version -
Its too much code to paste here so, I have created demo please have
I am using Twitterizer API for accessing twitter related functionality. I have one demo
I have got a demo script that lets me authorize with my app and

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.