Closed jaylynch closed 5 years ago
Needed this to fix an error on startup with Python 2.7 / Django 1.11 due to a fancy ’ in authentication.py
authentication.py
Should be harmless otherwise.
Possibly just some sloppy work on my part to include the backtick too..... Thanks for the contribution :)
Needed this to fix an error on startup with Python 2.7 / Django 1.11 due to a fancy ’ in
authentication.py
Should be harmless otherwise.