Django forum solution. Tested, documented, shipped with example project.
BSD 2-Clause "Simplified" License
225
stars
151
forks
source link
Allow to use pybbm without Pillow and fixes ManyToManyField warning #240
Closed
Dmitri-Sintsov closed 8 years ago
Not every Django project environment has Pillow installed and some forum installations may not use avatars at all.
Also fixed 'null has no effect on ManyToManyField' error when pybb.models.Forum.moderators field is initialized.