Any django blog app can be integrated into your satchmo project. Just do it the normal way: add the blog app to installed apps and configure your urls.py (after installing, syncdb, etc. of course). After that, all requests to /shop will get processed by satchmo, and all requests to /blog will be processed by your blog app (for example).
Hope that helps, --Stuart On Apr 23, 2011 2:24 AM, "Mika Sjöman" <[email protected]> wrote: > Hi > > I have a customer that wants a blog installed with the shop I am building. > Do you have any proposal on what blog app that could easily be installed as > an app inside the Satchmo project? > > I basically just want to dl a simple blog app, install it with settings.py > and urls.py. > > I tried to search google but I could not get a good answer. Also tried to > search the email list but without sucess. > > Cheers > > -- > You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en. > -- You received this message because you are subscribed to the Google Groups "Satchmo users" 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/satchmo-users?hl=en.
