Skip to content
View rez4mt's full-sized avatar
💻
Having Fun :)
💻
Having Fun :)
  • LoanCrate
  • Calgary, Alberta, Canada
  • 09:32 (UTC -05:00)

Block or report rez4mt

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
rez4mt/README.md

Hey there

  • I’m currently learning JS
  • How to reach me: instagram

Languages and Tools:

Github Stats

Pinned Loading

  1. TelegramBotKit TelegramBotKit Public

    PHP

  2. Fixes django generic view LoginView ... Fixes django generic view LoginView authentication error when user is_active = False
    1
    #create a 'backend' file inside your project main folder and add these inside it:
    2
    from django.contrib.auth import backends
    3
    class CustomModelBackend(backends.ModelBackend):
    4
        def user_can_authenticate(self, user):
    5
            return True
  3. windows-persian-keyboard-for-ubuntu windows-persian-keyboard-for-ubuntu Public

    Forked from sinadarvi/windows-persian-keyboard-for-linux

    How to customize ubuntu persian keyboard layout to be like windows

  4. rpi-fan rpi-fan Public

    Simple script to keep rpi 3 cpu temperature in a specific range.

    Shell

  5. EEPROM-Reader EEPROM-Reader Public

    AT28C16 + AT28C64B eeprom Reader.

    C++

  6. flask-inputs flask-inputs Public

    Forked from nathancahill/flask-inputs

    Incoming request data validation

    Python 1