Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michalczaplinski/digital_graveyard
https://github.com/michalczaplinski/digital_graveyard
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/michalczaplinski/digital_graveyard
- Owner: michalczaplinski
- Created: 2015-05-06T10:41:56.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-07-13T23:52:55.000Z (over 8 years ago)
- Last Synced: 2024-11-15T01:47:49.511Z (2 months ago)
- Language: JavaScript
- Size: 51.2 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
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.