We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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.
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Languages and Tools:
PHP
#create a 'backend' file inside your project main folder and add these inside it:
from django.contrib.auth import backends
class CustomModelBackend(backends.ModelBackend):
def user_can_authenticate(self, user):
return True
Forked from sinadarvi/windows-persian-keyboard-for-linux
How to customize ubuntu persian keyboard layout to be like windows
Simple script to keep rpi 3 cpu temperature in a specific range.
Shell
AT28C16 + AT28C64B eeprom Reader.
C++
Forked from nathancahill/flask-inputs
Incoming request data validation
Python 1