itsvinayak / user_login_and_register

user login and register system in django
MIT License
93 stars 88 forks source link

added some simple changes #4

Closed sirwilliamwallace closed 4 years ago

sirwilliamwallace commented 4 years ago

i added .get instead of keyword['value'] so it return none if it does'nt exist and also added or None in your instances so it also return None so it's much easier to handle than before for debugging and also thank you for this awesome project