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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T23:36:01+00:00 2026-06-04T23:36:01+00:00

I used to use django-pipeline 1.2.6 and it never had problems finding the static

  • 0

I used to use django-pipeline 1.2.6 and it never had problems finding the static files. After upgrading, it now cannot find where the heck the static files are. Not sure what’s wrong, but I’m probably just missing something.

I’m getting this error:

ValueError: The file 'stylesheets/application.css.sass' could not be found with <pipeline.storage.PipelineFinderStorage object at 0x106e8b290>.

I’m using django 1.4. Here are my settings:

path = lambda *a: os.path.join(ROOT_PATH, *a)
MEDIA_ROOT = ''
MEDIA_URL = ''
STATIC_ROOT = path('assets/')
STATIC_URL = 'assets/'
STATICFILES_DIRS = ()
STATICFILES_FINDERS = (
  'django.contrib.staticfiles.finders.FileSystemFinder',
  'django.contrib.staticfiles.finders.AppDirectoriesFinder',
  # 'django.contrib.staticfiles.finders.DefaultStorageFinder',
)
INSTALLED_APPS = (
  # ...
  'django.contrib.staticfiles',
  'pipeline',
  'app',
)
STATICFILES_STORAGE = 'pipeline.storage.PipelineCachedStorage'
PIPELINE_COMPILERS = (
  'pipeline.compilers.sass.SASSCompiler',
  'pipeline.compilers.coffee.CoffeeScriptCompiler',
)
PIPELINE_CSS = {
    'application': {
        'source_filenames': (
          'stylesheets/application.css.sass',
        ),
        'output_filename': 'stylesheets/application.css',
    },
}

PIPELINE_JS = {
  'application': {
    'source_filenames': (
      'javascripts/application.js.coffee',
    ),
    'output_filename': 'javascripts/application.js',
  }
}

Please help.

Interesting tidbit: If I remove PIPELINE_CSS entirely, it cannot find javascripts/application.js.coffee either.

Another interesting thing, no matter which version of django-pipeline I use, I get the following:

$ python manage.py findstatic stylesheets/application.css.sass
No matching file found for 'stylesheets/application.css.sass'.

What am I doing wrong?

  • 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-04T23:36:03+00:00Added an answer on June 4, 2026 at 11:36 pm

    If you have this, whatever version of pipeline your are using :

    $ python manage.py findstatic stylesheets/application.css.sass
    No matching file found for 'stylesheets/application.css.sass'.
    

    It just means that django-staticfiles is misconfigured, once you figure that out, pipeline should work properly.

    Where are you’re static files stored ? In a static directory in each app, or for the whole project or else ?

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

Sidebar

Related Questions

I used to use a guitar tab site and it had a feature where
I used to use an add-on for firefox called measureit. Now its not working
I am used to use generics in typed collections, but I never actually used
I used to use netbeans for a while and really liked it. But now,
I use Django built-in widgets like AdminSplitDateTime. However, strings used in this widget aren't
I used to use XCode the develop my apps and using that; I could
I used to use a store's autoDestroy property. To clean out the memory resources.
I used to use procedural-style PHP. Later, I used to create some classes. Later,
I used to use SVN 1.4 on OS X Leopard and everything was fine.
I used to use this script for jquery email obfuscation: $(.replaceAt).replaceWith(@); $(.obfuscate).each(function () {

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.