pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

Replace markdown fields with TextFields & remove unnecessary requirements #70

Closed theofanislekkas closed 9 years ago

theofanislekkas commented 9 years ago

This PR replaces the Markdown fields with TextFields. The markdown_parser.py was repeatedly throwing attribute errors.