Luis Zárate

Results 30 comments of Luis Zárate
trafficstars

Hi, See this pull request #28 there is a wrong documentation so you need to import SimpleEmailConfirmationUserMixin like this from simple_email_confirmation.models import SimpleEmailConfirmationUserMixin

Sorry my fault, I understand wrong your question. I was searching in mixin and there is a lot of functions on it so I don't think there is possible.

Hi, What do you want to see when install django-cruds-adminlte, I think you are looking the demo site. But remember you need to create your own models and register as...

Hi, I discover the error. :) Basically in test app are not follow the documented behavior, it's using custom_forms but this attribute it's not supported in CRUDView class, I don't...

Hi, could you please explain a little more about this feature? Thanks for your feedback

Code look well. Maybe you also need to update this template_name_base = "cruds" template_father = "cruds/base.html" If you give error again, please paste part of the error here.

Hi, sorry the delay. Well, create in the same view are not supported, but it's supported for update see http://django-cruds-adminlte.readthedocs.io/en/latest/usage.html#related-fields so yo can create and the redirect to edit and...

See http://django-cruds-adminlte.readthedocs.io/en/latest/usage.html#filter-content

Hi, I disaggree, Django 2.2 is not launched yet so last release is 2.1.9. Also Django 2.1 supports Python 3.5, 3.6, and 3.7. This has a lot of sence because...