Django application to provide easy administration of site-meta URIs.
Be sure to add wellknown to INSTALLED_APPS in settings.py. Additionally, add the following entry to urls.py:
urls(r'^', include('wellknown.urls')),
Run ./manage.py syncdb
Resources may be stored in the database to make it easy for non-technical users to edit. The following fields are available on a Resource:
path: the path that maps to the resourcecontent: the content that will be served when the resource is requestedcontent_type: the content_type with which the content will be returned, defaults totext/plain