django.views.decorators.http require_POST Example Code

require_POST is a callable within the django.views.decorators.http module of the Django project.

Example 1 from dccnsys

dccnsys is a conference registration system built with Django. The code is open source under the MIT license.

dccnsys / wwwdccn / chair_mail / views.py