I host Django Wantbox.com on Dreamhost. I would like to use Wordpress for the Wantbox blog and find it here: http://wantbox.com/blog/
How do I configure Django to fire "/ blog /" so Wordpress can do this? Right now I have a url-all url template that sends everything that is not listed on the main page, and this catch-all catches "/ blog /" and does just that.
Thank you for your help!
UPDATE:
Django data does not require access to Wordpress or vica-versa. In addition, I am open to a Django-based solution if it works as well as the proven Wordpress, which I am familiar with.
source
share