I am planning on building a blogging site. In that, I would like to allow
the users to customize there page using html tags and bootstrap.

1. How do I save the contents?

   -         Save all the contents in the db?
   -         Or create different html files and serve them?
   -         Performance?


2. I was planning on using lxml <http://lxml.de/index.html> for stripping
dangerous codes( scripts/iframe).

   -         Or should I use some other tool (bleach
   <https://github.com/jsocol/bleach>/BeautifulSoup
   <http://www.crummy.com/software/BeautifulSoup/>) or way of stripping the
   content?


3. What other security measures I should be taking?

Your opinions and suggestions are very important. Could you please help me
with making it possible. Thank you.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAHSNPWvNHWSq1jyrXeT00VGrLarVSh89UXGxmJT8yRK%2B_xKL4A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to