dmpayton / django-admin-honeypot

:honey_pot: A fake Django admin login screen page.
http://django-admin-honeypot.readthedocs.io/
MIT License
1.03k stars 188 forks source link

increase length of session_key field to 255 chars #96

Open phedoreanu opened 7 months ago

phedoreanu commented 7 months ago
Internal Server Error: /admin/login/
Traceback (most recent call last):
  File "/Users/django/.pyenv/versions/3.11.8/lib/python3.11/site-packages/django/db/backends/utils.py", line 89, in _execute
    return self.cursor.execute(sql, params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
psycopg2.errors.StringDataRightTruncation: value too long for type character varying(50)