gpp
stable
  • GPP
  • Django
gpp
  • Welcome to the Django Utils documentation!
  • Edit on GitHub

Welcome to the Django Utils documentation!

Django를 이용한 프로젝트에 공통적으로 쓰이는 module 모음 입니다.

시작하기

pip를 이용한 설치:

$ pip install py_extension_functions

설치 이후 Django Project의 settings INSTALLED_APPS 에 추가 해야 합니다.

INSTALLED_APPS = (
    ...
    'gpp',
)

Contents

  • GPP
    • Constant
      • KST
    • Text
      • Text Util
      • convert_date()
      • convert_decimal()
      • convert_integer()
      • convert_money()
      • convert_readable_count()
      • convert_readable_filesize()
      • convert_readable_timedelta()
      • convert_words()
      • extract_hangul()
      • extract_integer()
      • extract_integer_as_string()
      • is_integers()
      • is_numbers()
      • remove_spaces()
    • Date Time
      • dt()
      • dt_first()
      • dt_first_with_delta()
      • dt_last()
      • dt_last_with_delta()
      • get_yearmonth_with_delta()
      • is_last_date()
    • Network
    • Algorithm
      • FenwickTree
      • SegmentTree
      • SegmentTreeLazyPropagation
      • longest_common_sequence()
    • Geometry
      • Coordinate
      • ProjectedCoordinate
      • Tile
      • coord_to_proj_coord()
      • distance()
      • proj_coord_to_coord()
      • proj_coord_to_tile()
      • tile_to_proj_coord()
    • Decorator
    • Exception
    • Logger
  • Django
    • Django Exceptions
      • InvalidTaskStatus
    • Django Fields
      • CompressedTextField
      • compress_data()
      • decompress_data()
    • Django Model Mixins
    • Django Utils
      • archive_model()
      • check_task_status()
      • chunk_list()
      • chunk_queryset()
      • get_model_differs()
      • restore_model()
      • truncate_model()

Indices and tables

  • Search Page

Next

© Copyright 2021-, aJava. Revision baf74baf.

Built with Sphinx using a theme provided by Read the Docs.