djadmin
djadmin copied to clipboard
Djadmin is a django admin theme
python manage.py migrate Traceback (most recent call last): File "manage.py", line 21, in main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "/Users/shaikaf/PycharmProjects/demonaren/venvnew/lib/python3.8/site-packages/django/core/management/__init__.py", line 401, in execute_from_command_line utility.execute() File "/Users/shaikaf/PycharmProjects/demonaren/venvnew/lib/python3.8/site-packages/django/core/management/__init__.py",...
it is giving error please check 
1. Fix issue #5
`name = models.ForeignKey(AUTH_USER_MODEL, verbose_name=_('User'), null=True) TypeError: __init__() missing 1 required positional argument: 'on_delete'` i am getting this error
It is not supporting in Django 2,I have fixed this issue on my local. If possible add me as a contributor so that i can make those changes, Or You...
Hi Please update master branch with updated django2 code.
I think on the function [get_file_detail](https://github.com/sainipray/djadmin/blob/467d31b6bba4cf567bdd39a119f31892112242e1/djadmin/templatetags/custom.py#L118) must be checking file is None when class name ImageField or FileField. If you can implement my code as below. ``` @register.simple_tag def get_file_detail(adminform,...