Skip to content
View AcckiyGerman's full-sized avatar

Block or report AcckiyGerman

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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. game-castle-siege game-castle-siege Public

    Small html5 game on phaser framework. The knights goes up on ladders trying to get into the castle.

    JavaScript

  2. django_rest_api_token_auth django_rest_api_token_auth Public

    This is a template django API application which uses token-based authorization.

    Python

  3. async_websockets_chat async_websockets_chat Public

    Websockets chat demo server, working with Trio async lib.

    Python

  4. django_informixdb django_informixdb Public

    Forked from reecetech/django_informixdb

    Informix database adapter for Django

    Python

  5. python_trio_websockets_stress_test python_trio_websockets_stress_test Public

    Websockets echo server and a stress-test utility to test how many concurrent connections is possible.

    Python

  6. Joomla users in Django (Django auth ... Joomla users in Django (Django auth backend, that populates users from Joomla)
    1
    Joomla users in Django  (Django auth backend, that populates users from Joomla)
    2
    === 
    3
    Once I was in need to use our existing Joomla users in my new API, written in Django.
    4
    Problem is that I could not just copy Joomla users into a Django database, because
    5
    - Joomla password hashing system differs from Django one.