Django- comment function to implement and user login

1, to determine the way to achieve comment feature

  1, third-party plug-ins social comment (had a saying, say, Netease cloud thread, etc.)

    Benefits: direct use, fast development of emergency 

    Cons: Comments are stored in a third party who does not get hung up with

  2, Django library django-comment comment

    Dysfunction, such as Reply

  3, to achieve their own

    Familiar knowledge to help review Django

2, create the model Comments

  Including: Comment objects, comments, comments time, critics

 

Guess you like

Origin www.cnblogs.com/jcxioo/p/11811321.html