ValueError while using AutoSlugField and Django-tagging
- by user346816
Am running into ValueError, here is the traceback dpaste.com/197332/ .
Am using AutoSlugify , this is my AutoSlugField.py dpaste.com/197330/
Am trying to get the django-tagging system working, this is my models.py
dpaste.com/197331/
Help?