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

  • Home
  • SEARCH
  • 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 3627674
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T23:55:05+00:00 2026-05-18T23:55:05+00:00

Being a beginner of using Django, i am trying to add some module for

  • 0

Being a beginner of using Django, i am trying to add some module for the purpose of testing Django, but I’ve got a problem regarding the importError which I’ve googled for solution with no success. Below is my situation

The project is created to my PC J:\ while the python package is installed on C:. According to guardian’s installation guide following code have to be added in django’s backend:

AUTHENTICATION_BACKENDS = (
'django.contrib.auth.backends.ModelBackend', # default
'guardian.backends.ObjectPermissionBackend',)

The problem’s come, when I put the guardian’s app under the directory of mysite, configurate the install_apps setting with ‘guardian’ and start syncdb, the error claim as below which i believe that it is because the django’s filw do not understand what is “guradian” really is

File “J:\mysite\guardian\conf\settings.py”, line 6, in
raise ImproperlyConfigured(“In order to use django-guardian’s ”
django.core.exceptions.ImproperlyConfigured: In order to use django-guardian’s O
bjectPermissionBackend authorization backend you have to configure ANONYMOUS_USE
R_ID at your settings module

So, I move the ‘guardian’ folder under Django’s contrib folder, adding the sys path and configurate the install_app setting with ‘django.contrib.guardian’. However, I end up with the importerror.

  • 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-05-18T23:55:06+00:00Added an answer on May 18, 2026 at 11:55 pm

    As it seems from the error message, you need to add the user id for anonymous user for you site.

    Create a user (named maybe anonymous) and put the id of user in the settings.py file.
    Obtain the user id from the database using the shell.

    Put the id in the settings file:

    ANONYMOUS_USER_ID = <Your anonymous USER_ID>
    

    EDIT:

    Just looked through the documentation of the django-guardian app. It also specifies this:
    http://packages.python.org/django-guardian/configuration.html

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Being a Windows developer I'm currently working on my own project using LAMP. I
Being relatively new to the .net game, I was wondering, has anyone had any
Being stuck with a legacy database schema that no longer reflects your data model
Being vaguely familiar with the Java world I was googling for a static analysis
Being a C# developer since version 1.0, F# has captured my free time for
Being primarily a C++ developer the absence of RAII (Resource Acquisition Is Initialization) in
Being new to test based development, this question has been bugging me. How much
Being really new to wx, I'm wondering if there is an IDE (especially for
Being a application developer, do I need to know Unicode?
Being fairly new to JavaScript, I'm unable to discern when to use each of

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.