Skip to content

issues Search Results · repo:heroku-python/dj-static language:Python

Filter by

28 results
 (56 ms)

28 results

inheroku-python/dj-static (press backspace or delete to remove)

Hi, i noticed that calls to my images are not even passing the django cors headers middleware and thus those requests wont get the CORS headers attached. What s the best option to get CORS headers on ...
  • kakulukia
  • 1
  • Opened 
    on Apr 19, 2018
  • #56

I followed the tutorial to set the MEDIA_ROOT. My settings at below: # wsgi.py import os from django.core.wsgi import get_wsgi_application from dj_static import Cling, MediaCling os.environ.setdefault( ...
  • eugene123tw
  • Opened 
    on Mar 29, 2017
  • #54

The current version on PyPi 0.0.6 has the static3 requirement. Would it be possible to do a 0.0.7 release that captures the change in setup.py back to static? Thanks.
  • aklaver
  • Opened 
    on Aug 23, 2016
  • #51

Doesn t work
  • tomazbracic
  • 1
  • Opened 
    on May 9, 2016
  • #50

I can t see anything in the documentation about whether it s possible to set cache-control headers on the returned files. If such a thing were possible, it would be great!
  • ukch
  • 3
  • Opened 
    on Feb 21, 2016
  • #48

I managed to find/solve my problem, but I still wanted to ask in case some one have the same problem. I also would like to know if this is a normal behaviour! (I m pretty new to django..) I created a ...
  • rsm-gh
  • 1
  • Opened 
    on Jul 21, 2015
  • #45

With Django 1.7, I have no problem serving my static files on Heroku. With Django 1.8, it overwrites static every time I call collectstatic, as if the files are not there, and when I go to my site, all ...
  • jessamynsmith
  • Opened 
    on Apr 19, 2015
  • #42

This is the problem! http://stackoverflow.com/questions/29326884/getting-application-error-after-serving-django-on-herohu-module-object-has-no
  • ebnesina
  • Opened 
    on Mar 29, 2015
  • #41

I am on the way to deploy my application to heroku finally i add below lines to wsgi.py from dj_static import Cling application = Cling(get_wsgi_application()) Then below error is comming ;-- (env)ri@ri-desktop:~/studio/project/readtamil$ ...
  • rajasimon
  • 2
  • Opened 
    on Sep 10, 2014
  • #38

The base_url option that was added in https://github.com/kennethreitz/dj-static/pull/26 is missing from the dj-static available on PyPI. Since the latest PyPI release happened on the same day that PR was ...
  • mkolodny
  • 4
  • Opened 
    on Aug 20, 2014
  • #37
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub