TemplateDoesNotExist
cruds/columns/positiveintegerfield.html
/usr/local/lib/python3.7/site-packages/django/template/backends/django.py in reraise, line 84
/usr/local/bin/python
3.7.4
['/code', '/usr/local/lib/python37.zip', '/usr/local/lib/python3.7', '/usr/local/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/site-packages']
`
How could there not be a template for PositiveIntegerField?
It seems the template that DOES exist is for PositiveSmallIntegerField .. am I missing something? Do I have to add the template?
TemplateDoesNotExist cruds/columns/positiveintegerfield.html /usr/local/lib/python3.7/site-packages/django/template/backends/django.py in reraise, line 84 /usr/local/bin/python 3.7.4 ['/code', '/usr/local/lib/python37.zip', '/usr/local/lib/python3.7', '/usr/local/lib/python3.7/lib-dynload', '/usr/local/lib/python3.7/site-packages'] ` How could there not be a template for PositiveIntegerField? It seems the template that DOES exist is for PositiveSmallIntegerField .. am I missing something? Do I have to add the template?
any help appreciated, thanks!