Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / heroku-python/dj-static issues and pull requests

#56 - CORS header on images

Issue - State: open - Opened by kakulukia over 6 years ago - 1 comment

#55 - Test

Pull Request - State: closed - Opened by daviddang91 about 7 years ago

#54 - index.html not found in media_root

Issue - State: open - Opened by eugene123tw over 7 years ago

#53 - update link to django documentation

Pull Request - State: closed - Opened by salmanulfarzy over 7 years ago - 1 comment

#51 - New version for static/static3

Issue - State: open - Opened by aklaver about 8 years ago

#50 - django 1.9.x - doesn't work

Issue - State: closed - Opened by tomazbracic over 8 years ago - 1 comment

#49 - LICENSE formatting

Pull Request - State: closed - Opened by kwilcox over 8 years ago - 1 comment

#48 - Cache-Control headers

Issue - State: open - Opened by ukch over 8 years ago - 3 comments

#47 - Switch back to original static lib, since it supports Python 3 now. Fixes #29

Pull Request - State: closed - Opened by agriffis almost 9 years ago - 2 comments

#46 - Pass all malformed requests to Django.

Pull Request - State: closed - Opened by Roadmaster almost 9 years ago - 1 comment

#45 - When starting django server out of the root path, statics paths can fail

Issue - State: open - Opened by rsm-gh over 9 years ago - 1 comment

#44 - Document that DJANGO_SETTINGS_MODULE must be set.

Pull Request - State: closed - Opened by ryneeverett over 9 years ago - 1 comment

#43 - Make dj_static handle SCRIPT_NAME settings

Pull Request - State: closed - Opened by raphaelm over 9 years ago - 1 comment

#42 - Static files not working on Heroku with Django 1.8

Issue - State: closed - Opened by jessamynsmith over 9 years ago

#41 - 'module' object has no attribute Cling

Issue - State: closed - Opened by ebnesina over 9 years ago

#40 - Update README dependency to point to static3.

Pull Request - State: closed - Opened by wli almost 10 years ago - 2 comments

#39 - Serve GZIP version of static file if present

Pull Request - State: closed - Opened by hayds about 10 years ago - 1 comment

#38 - ImportError: cannot import name get_path_info

Issue - State: closed - Opened by rajasimon about 10 years ago - 2 comments

#37 - base_url option missing

Issue - State: open - Opened by mkolodny about 10 years ago - 4 comments

#36 - Validate that get_path_info can decode the URL

Pull Request - State: closed - Opened by mjumbewu about 10 years ago - 1 comment

#35 - Allow specifying own class to use when creating `dj_static.cling`

Pull Request - State: closed - Opened by jlachowski about 10 years ago - 1 comment

#34 - Add Django 1.7 support

Pull Request - State: closed - Opened by stefanw over 10 years ago - 4 comments

#33 - Added an ignore debug flag

Pull Request - State: closed - Opened by gone over 10 years ago - 1 comment

#32 - Add Python 3 classifier in setup.py

Pull Request - State: closed - Opened by treyhunner over 10 years ago - 1 comment

#30 - pypi version is out of date

Issue - State: closed - Opened by michaelbrooks over 10 years ago - 10 comments

#29 - Use original static library again as it's now Python 3 compatible

Issue - State: closed - Opened by jezdez over 10 years ago - 2 comments

#28 - Error when deploying to Heroku

Issue - State: closed - Opened by jcpmmx over 10 years ago - 8 comments

#27 - Allow specifying subclass of `static.Cling` to use when creating `dj_static.cling`

Issue - State: closed - Opened by cool-RR over 10 years ago - 2 comments

#26 - Allow base_url to be overridden

Pull Request - State: closed - Opened by agriffis over 10 years ago - 3 comments

#25 - AssertionError: Header values must be strings

Issue - State: closed - Opened by joshkehn over 10 years ago - 9 comments

#24 - try/except based compatibility with Django 1.7 StaticFilesHandler

Pull Request - State: closed - Opened by andrewsg almost 11 years ago - 1 comment

#23 - dj-static works with runserver but not gunicorn?

Issue - State: closed - Opened by mflaxman almost 11 years ago - 1 comment

#22 - dj_static does not work with Django 1.7 dev server

Issue - State: closed - Opened by andrewsg almost 11 years ago - 4 comments

#21 - Anyone else experiencing below error when running pip install dj-static

Issue - State: closed - Opened by ogiaquino almost 11 years ago - 1 comment

#20 - use static3, a Python 3 fork of static

Pull Request - State: closed - Opened by metakermit almost 11 years ago - 2 comments

#19 - Properly invoke StaticFilesHandler

Pull Request - State: closed - Opened by goldibex almost 11 years ago

#18 - Update docs to make clear Media files will not persist on heroku

Issue - State: closed - Opened by puterleat almost 11 years ago - 1 comment

#17 - Update version to be able to import MediaCling

Pull Request - State: closed - Opened by maria almost 11 years ago - 3 comments

#16 - Update pypi to include MediaCling

Issue - State: closed - Opened by derek73 about 11 years ago - 14 comments

#15 - Make compatible with Django Dev (1.7+)

Pull Request - State: closed - Opened by gciding about 11 years ago - 4 comments

#14 - README.rst: Update Static URL (point to PyPI)

Pull Request - State: closed - Opened by wking about 11 years ago - 1 comment

#13 - PyPi version doesn't have MediaCling

Issue - State: closed - Opened by jfialkoff about 11 years ago - 1 comment

#12 - Backported for Django 1.4 compatibility

Pull Request - State: closed - Opened by wnh about 11 years ago - 12 comments

#11 - Cannot make it work with DEBUG=False on Heroku

Issue - State: open - Opened by filipeximenes about 11 years ago - 39 comments

#10 - Static requests are slower with dj-static than without

Issue - State: closed - Opened by cool-RR about 11 years ago - 3 comments

#9 - Allow using `dj-static` in view form

Issue - State: closed - Opened by cool-RR about 11 years ago - 1 comment

#8 - Not clear how to use `dj-static` when you don't have a `wsgi.py`

Issue - State: closed - Opened by cool-RR about 11 years ago - 11 comments

#7 - Bugfix Cling._transpose_environ and MediaCling.debug_cling

Pull Request - State: closed - Opened by axelmagn over 11 years ago - 1 comment

#6 - point to staticserve as a dependency (Python 3 compatibility)

Pull Request - State: closed - Opened by pydanny over 11 years ago - 10 comments

#5 - Added Python3 support with werkzeug

Pull Request - State: closed - Opened by rockymeza over 11 years ago - 13 comments

#4 - Version in PIP Doesn't have MediaCling

Issue - State: closed - Opened by jeregrine over 11 years ago - 4 comments

#3 - django 1.4 compatibility by 'backporting' get_path_info

Pull Request - State: closed - Opened by tinnet over 11 years ago - 5 comments

#2 - Add MediaCling

Pull Request - State: closed - Opened by jezdez over 11 years ago - 4 comments

#1 - Add ability to serve media uploads

Issue - State: closed - Opened by jezdez over 11 years ago - 1 comment