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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T05:23:52+00:00 2026-05-23T05:23:52+00:00

I am trying to get django-allauth to work for a project. In my Django

  • 0

I am trying to get django-allauth to work for a project. In my Django project, lets call it yali, I did a git clone.

I then moved the folder /django-allauth/allauth to root /yali. and then deleted django-allauth and all the licenses, READMEs …etc

According to documentation, there are three things I should do:

I should add this to settings.py:

    TEMPLATE_CONTEXT_PROCESSORS = (
    ...
    "allauth.context_processors.allauth",
    "allauth.account.context_processors.account"
)

AUTHENTICATION_BACKENDS = (
    ...
    "allauth.account.auth_backends.AuthenticationBackend",
)

INSTALLED_APPS = (
    ...
    'emailconfirmation',
    'uni_form',

    'allauth',
    'allauth.account',
    'allauth.socialaccount',
    'allauth.twitter',
    'allauth.openid',
    'allauth.facebook',

And then add this to urls.py

(r'^accounts/', include('allauth.urls')))

Doing so, gives me a 404 when navigating to http://localhost:8000/account

What am I missing here? The documentation is somewhat unclear here and even potentially wrong. It instructs to point urls.py to “accounts”, while there is no “accounts” folder but “account”

  • 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-23T05:23:53+00:00Added an answer on May 23, 2026 at 5:23 am

    The folder name has nothing to do with the url. The urls of your apps are defined in urls.py. You can put what you want, but you must use those same urls when navigating in the browser.

    In your case, you must navigate to:

    http://localhost:8000/accounts
    

    If you have defined urls as:

    (r'^anything/', include('allauth.urls')))
    

    you should navigate to:

    http://localhost:8000/anything
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to get the django-cms to work on google-app-engine. Did anyone succeed in
I've been trying to get a new Django app to work, where I call
I am trying to get a crontab task to work on a django project
I am trying to get the admin site to work for my Django Project.
I'm trying to get my local dev django app to work after following these
I am trying to get my Django project running on the production server. I
I'm trying to get a django project set up, and I seem to be
I have been trying to get xapian working django haystack for a project im
I am using Python 2.7 and trying to get a Django project running on
I'm trying to get django-debug-toolbar to work, and after following all the instructions, I'm

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.