Skip to content
View dchuvardynskyi's full-sized avatar

Block or report dchuvardynskyi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. extract-table-from-picture extract-table-from-picture Public

    extract table from pictures

    Python

  2. django-modeltranslation django-modeltranslation Public

    Forked from deschler/django-modeltranslation

    Translates Django models using a registration approach.

    Python

  3. Pytest and Django fixture together Pytest and Django fixture together
    1
    import pytest
    2
    
    
    3
    from django.core.management import call_command
    4
    
    
    5
    
    
  4. Pytest Django admin client tests Pytest Django admin client tests
    1
    import pytest
    2
    
    
    3
    from django.urls import reverse
    4
    
    
    5