Skip to main content

Helper module used in general django applications

Project description

django-aid

Helper module used in general django applications

Django

Jinja2

django.jinja2.environment

Model

django.model.QuerySet

  • annotate_choices Annotate the get_FOO_display() values of fields where choices exist

DRF

ViewSet

  • viewsets.***ModelViewSet ViewSetMixin클래스를 상속받은 GenericViewSet. serializer_classes 속성을 사용하며, put 메서드에 대한 문서화를 해제한다.

Renderer

  • renderers.BrowsableAPIRenderer Form을 제거한 BrowsableAPIRendrer

Fields

  • fields.pk_model_field.PkModelField 특정 Model의 instance를 나타내는 Field 주어지는 데이터가 아래와 같을 경우를 처리

    # dict
    {'pk': 1} or {'id': 1}
    
    # literal (pk가 될 수 있는 숫자/문자 등의 고정 값)
    1 or '1'
    

    생성시에만 사용 가능하다

drf-yasg

  • drf_yasg.schema 문서화 생성 헬퍼 클래스

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-aid-0.1.10.tar.gz (6.7 kB view hashes)

Uploaded Source

Built Distribution

django_aid-0.1.10-py3-none-any.whl (8.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page