gilsondev / djprojtemplates

Project created to list django project templates
GNU General Public License v3.0
1 stars 1 forks source link

Captcha on ProjectForm and published field on Project model #4

Closed ellisonleao closed 10 years ago

ellisonleao commented 10 years ago

Hi @gilsondev , i was wondering and i think it's best for adding new items on the project model to add a published field for internal moderation along with a captcha field on the form for spam control. What do you think?

gilsondev commented 10 years ago

I thought about it. We can use this project, what do you think?

https://github.com/praekelt/django-recaptcha

ellisonleao commented 10 years ago

yeah, i've used this project before and it's very easy to implement. Do you want to add the published boolean field as well?

gilsondev commented 10 years ago

Captcha field installed - 3497a9a071cd6f02e2e94c89bf563758d54b8de2

gilsondev commented 10 years ago

This project is simple too. See your comment now, sorry :)

gilsondev commented 10 years ago

published field created - 401704199684008fe998ed8bc317d3936eca765c

gilsondev commented 10 years ago

Could review the code?