pgeu / pgeu-system

Mirror of the PostgreSQL Europe Conference and Membership management system.
MIT License
20 stars 28 forks source link

Replace django-markwhat and django-markdown dependencies #72

Closed mhagander closed 2 years ago

mhagander commented 2 years ago

They introduce some incompatibility issues with newer versions of the markdown libraries in case we want to use that. And we don't really use any of their specific features -- so extra dependencies is just a cost.

See pgweb commit postgres/pgweb@ea9becd74604f30064784185ff54f0d8eafb8467 for an example how of we did it there.