django-simple-forum
django-simple-forum copied to clipboard
full featured forum, easy to integrate and use.
Bumps [lxml](https://github.com/lxml/lxml) from 3.7.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...
Bumps [django](https://github.com/django/django) from 1.11.21 to 2.2.24. Commits 2da029d [2.2.x] Bumped version for 2.2.24 release. f27c38a [2.2.x] Fixed CVE-2021-33571 -- Prevented leading zeros in IPv4 addresses. 053cc95 [2.2.x] Fixed CVE-2021-33203 --...
Hi, I am new on django, and i am trying to use psycopg2 and postgresql but when I change the DATABASE Parameter on the settings.py of my proyect and try...
When trying to deploy the forum to heroku, the build keeps on failing at the fourth step: Run scripts & scale dynos This is what the error message looks like:...
psycopg2 was failing on heroku
A lot of dependencies are failing
I came across this warning/error when installing django-simple-forum using pip: ```django-storages 1.7.1 has requirement Django>=1.11, but you'll have django 1.9.13 which is incompatible.```
In the sandbox, and in setting file, there is already 'compressor', 'django_simple_forum', present. Then why in readme.md file it is written for doing it again. As manage.py present in sandbox...