oscarmlage
oscarmlage
Hey @zacharyvoase, I've read in the project description that it's no longer maintained. I don't know the real status but I would like to continue using it for my projects....
Yeah @Seykotron you're right. Right now the `django-image-cropping` package is not working 😢. We need to work in the last version integration. Had it tested and running with `Django 1.x`...
Hey @Seykotron, cropping is working here in Demo project with `Django==2.2.3` + `django-image-cropping==1.2.0`  Please give a look to your environment versions and let me know if it works there....
I was fifty-fifty wrong in last comment. It is working if you edit/update a record that already has the image, but it is not working if you're adding a new...
Hey @tousif12, what versions of Django and django-cruds-adminlte are you using? is it supposed to be the demo/testapp?. Are there some other errors in the django log or in the...
@Jen-Persly are you talking about the MAIN NAVIGATION sidebar where all the models appears?. There are a couple of templates (`templates/adminlte/lib/_main_sidebar.html`, included in `templates/adminlte/base.html`), you can customize there whatever you...
Not tested myself with Django 3.x but I will, thanks for noticing.
> how to overwrite `from django.utils import six` with `import six` if we use/install `cruds-adminlte` from pip? I'm about to open a new branch in order to start working in...
Definitely it's something related to `django_select2` but I need to take a deep look. Thanks for reporting @firaschmek
Hey @igabice, the idea is cool, would be really nice to implement this. I'm going to mark it as enhancement and let's see if we can make it posible. Thanks...