Basically, I misread this but would still really appreciate some assurance. I recently came across the django tutorial (http://djangotutorial.com) and have fell in love with the framework. I have a website that is simply ran on wordpress and a simple plugin at the moment at http://runningshoesreview.org.
I've been wanting to do many things, such as allow users to add their own reviews, talk to eachother, comment, etc. Naturally, I see django as a perfect fit until I came across this:
"It’s not intended to be a public interface to data"
It's was referencing the django admin section, I think. Can someone tell me if django is what I need for this task?
Thanks,
Cody