This section is used to share the Python library that you have discovered or written yourself in the process of using Python. Sometimes a good library will save a developer a lot of time, but also let the developer of the library to be grateful. For example, I used these libraries when I was developing PYTHONZHCN:
django==1.10.4
django-model-utils==2.6, provides more common Field and common model for Django
django-allauth==0.29.0, the user system is using this, and the better is to support OAuth2.0 third-party login, such as GitHub, Weibo, Sina, Google. Good to no friends.
django-crispy-forms==1.6.1 a template tag to generate BOOTSTRAP4 style forms, too convenient!
The django-contrib-comments==1.7.3 community's response system is provided by it and is highly scalable.
django-mptt==0.8.6 provides a level of response, although the current community has a timeline to sort of reply, but in fact, the background has been recorded in the order of the level of reply, you can switch to the building in the form of the reply at any time.
django-imagekit==3.3 Avatar Processing
django-braces==1.10.0 more class based view
django-notifications-hq==1.2 Community Notification System is provided by this app
django-simple-captcha==0.5.3 Registration Verification Code is provided by this app
django-robots==3.0 through the backstage management robots.txt, and the source is clear and easy to read, recommend beginners to learn its source code.
django-anymail[sendgrid]==0.10 Community mail sent by it, 3 lines of configuration can be smooth to send mail, great!
-e git+https://github.com/zmrenwu/[email protected] #egg =actstream, favorites, recommended features provided by this app, fork from Django-activity-stream, I've expanded on it.
markdown==2.6.7 look at the name to know.
pygments==2.1.3
pillow==3.4.2
bleach==1.5.0 filters HTML content to effectively prevent XSS attacks.
timeago==1.0.7 super-Easy to display the time of the small script, such as posted 3 minutes before the post release time will be displayed 3 minutes ago.
Let's share some of the good libraries you've come across!
Useful Python library (GO)