Greg, You need create a settings.py file (in the same level of render.py) and put this variables in:
FEED_URL = '/feed' SITE_TITLE = 'Your Blog Title' SITE_SUBTITLE = 'Your Blog Subtitle' HOME_ADDRESS = '/' AUTHOR_NAME = 'Your Name' AUTHOR_EMAIL = 'Your E-mail' SITE_DOMAIN = 'You Site URL' But the problem of css, js and images still persiste. -- Leandro. -- You received this message because you are subscribed to the Google Groups "web.py" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
