Skip to content
This repository has been archived by the owner on May 20, 2021. It is now read-only.

Commit

Permalink
README.rst: Update Static URL (point to PyPI)
Browse files Browse the repository at this point in the history
  $ wget -S http://lukearno.com/projects/static/
  ...
  HTTP request sent, awaiting response...
    HTTP/1.1 404 Not Found
    ...
  2013-09-20 07:53:36 ERROR 404: Not Found.

PyPI still points to lukearno.com as the home page, but we can expect
the PyPI URL to age better.
  • Loading branch information
wking committed Sep 20, 2013
1 parent 8c9f384 commit e9e1a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -6,7 +6,7 @@ serve static assets from production with a WSGI server like Gunicorn.

Django `doesn't recommend <https://docs.djangoproject.com/en/1.5/howto/static-files/#admonition-serving-the-files>`_
the production use of its static file server for a number of reasons.
There exists, however, a lovely WSGI application aptly named `Static <http://lukearno.com/projects/static/>`_.
There exists, however, a lovely WSGI application aptly named `Static <https://pypi.python.org/pypi/static>`_.

.. image:: http://farm8.staticflickr.com/7387/8907351990_58677d7c35_z.jpg

Expand Down

0 comments on commit e9e1a0f

Please sign in to comment.