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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T08:20:03+00:00 2026-05-27T08:20:03+00:00

My static files were absolutely working fine, but yesterday I tried using the app

  • 0

My static files were absolutely working fine, but yesterday I tried using the app allauth and since then my static files are not being displayed. It is not showing any css or js. I tried commenting the allauth app and even then it does not work.

However I just figured out the problem. Django is appending the wrong path to the static files. It should be /static/style.css but it is searching it at /”module-name”/style.css What could be the possible reason. I have correctly configured the static files path in the settings.py file as
STATIC_URL = “/static”

  • 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-27T08:20:03+00:00Added an answer on May 27, 2026 at 8:20 am

    allauth prescribes using TEMPLATE_CONTEXT_PROCESSORS like this::

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

    Here, the dots refer to whatever context processors you were using before. If you did not have any, you were implicitly using the Django defaults specified over here: https://docs.djangoproject.com/en/1.3/ref/settings/#template-context-processors

    So I suspect your problem will go away when you insert the defaults where the dots are. Correct?

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

Sidebar

Related Questions

what's the best ways to mix static files and wsgi app served on the
I'm using nodejs w/ expressjs on a Mac and the static files (css/js/img) for
In my ASP.NET MVC application the ASP.NET pipeline is being invoked for static files
I'm using Amazon's CloudFront to serve static files of my web apps. Is there
I am converting absolute file-system path to relative path using following code. public static
You can serve static files with Sinatra by placing them in public/ (by default)
I use django_compress to compress my static files. All static files are collected under
I use Tomcat 7 on Windows XP. I have a directory with static files
My Django project is divided into several apps, and the static files are stored
I am considering replacing a number of static css files with style tags dynamically

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.