django-quicky icon indicating copy to clipboard operation
django-quicky copied to clipboard

A collection of toys to skip the forplay with Django and go straight to the point: url and view decorators.

Results 4 django-quicky issues
Sort by recently updated
recently updated
newest added

Conditionally raises a RuntimeError depending on the Django version and keywords provided. The new LTS (1.11) and the 1.10 are not compatible with the "prefix" keyword.

Returning a form should be intercepted, and it should automatically return JSON with weither the form is valid or not, and errors. If the form is unbound, it should raise...