Thanks. This is fixed now.
> Also, the SMUG_REPOSITORES, url.conf and smugurl's info is incredibly vague.
> I've read through it several times and can't really figure out what the
> correlation between the three is supposed to be. Perhaps this is is the
> issue below:
We'll talk about the documentation offline--any suggestions for
improvement in the docs would certainly be welcome.
> I have index.rst files, and the following .smug file
>
> directory_index index.html
> convert from .rst to .html using rst2html
>
> And I can load my .css files and the .rst files directly, but the conversion
> from rst to html isn't working (so .html throw the following error)
>
> Exception Type: TemplateDoesNotExist at /wiki/index.html
> Exception Value: wiki.html
It looks like Django is complaining that it can't find wiki.html. It's
possible that settings.py is missing the line that tells Django how to
go to Smug to fetch templates. You may need to look at both the
TEMPLATE_LOADERS and TEMPLATE_DIRS variables in your settings.py. Feel
free to share them here if you like.
> My urls.conf file has the following two applicable lines
>
> (r'^wiki/', include('smug.urls')),
> smugurl(r'^wiki/', repo='default'),
That looks good.
--
Andrew McNabb
http://www.mcnabbs.org/andrew/
PGP Fingerprint: 8A17 B57C 6879 1863 DE55 8012 AB4D 6098 8826 6868