Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/michalczaplinski/digital_graveyard


https://github.com/michalczaplinski/digital_graveyard

Last synced: 11 days ago
JSON representation

Awesome Lists containing this project

README

        

Public, static content goes here. Users can create rewrite rules to link to
content in the static dir. For example, django commonly uses /media/
directories for static content. For example in a .htaccess file in a
wsgi/.htaccess location, developers could put:

RewriteEngine On
RewriteRule ^application/media/(.+)$ /static/media/$1 [L]

Then copy the media/* content to yourapp/wsgi/static/media/ and it should
just work.

Note: The ^application/ part of the URI match is required.