Bishwas-py / djapy

No bullshit, Django Rest API Framework
https://djapy.io
59 stars 3 forks source link

Feature/add forms: Add friendless towards query/formdata. #27

Closed Bishwas-py closed 2 months ago

Bishwas-py commented 2 months ago

@djapify(allowed_method=['GET', 'POST']) @csrf_exempt def test_proxer_form_view(request, data: Data) -> str: return str(data.plain_text)


this can only be accepted from a post request.

- `SourceAble` is renamed to `Outsource`, and `_context`, `_validation_info` and `_source_obj` are renamed to `_ctx`, `_info` and `_obj` respectively. For the sake of simple-looking short code.
- `ImageUrl` and `QueryList` added
Bishwas-py commented 2 months ago

https://pypi.org/project/djapy/0.1.100/