0

I am trying to get started with openwisp-radius with django project. after setting up my django project with openwisp radius when i run py manage.py migrate

i run into this error

Applying openwisp_radius.0013_remove_null_uuid_field...Traceback (most recent call last):

django.db.utils.OperationalError: (1280, "Incorrect index name 'nas_uuid_694a814a_uniq'")

James Z
  • 12,209
  • 10
  • 24
  • 44
Kali Kimanzi
  • 856
  • 7
  • 16

1 Answers1

1

Try again with the latest version of OpenWISP RADIUS:

pip install -U openwisp-radius
nemesisdesign
  • 8,159
  • 12
  • 58
  • 97