README in rst

This commit is contained in:
volpino
2012-05-01 13:50:53 +02:00
parent ff14477f60
commit e17e0de19a
4 changed files with 4 additions and 28 deletions

View File

@ -21,4 +21,4 @@ if settings.DEBUG:
url(r'^static/(?P<path>.*)$', 'django.views.static.serve', {
'document_root': os.path.join(settings.EUSCAN_ROOT, 'htdocs'),
}),
)
)