Hey forks, I’m in little dilemma regarding Django forms. I'm working on a project as a backend guy who doesn't know much about CSS and JavaScript so a frontend guy delivered me a form template designed using CSS, however, Django documentation suggests that it's good practice to use Django forms.
So how feasible do you think it is for a frontend guy to learn Django widgets from scratch to implement the same thing he can easily do from CSS and JS. As a newbie backend guy, it's not easy for me either to learn frontend tech to implement the same thing in so little time. So I tried implementing the form without using Django forms but I find it hard to deal with files as there is no documentation I can look up to. So can we add these to the documentation or it is still advisable to use Django forms? Thanks and regards, Nishant -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CANNtL-Kqud7V6sk_%3DYnagzATw8eJjO9pCeDx9Za80XywXBi2tQ%40mail.gmail.com.

