Jaime Lossada

Results 11 comments of Jaime Lossada

Hi Richard. I did it, yes. "No migrations to apply."

**1. A list of all the tables in your database.** accounts_useractivationkey accounts_useractivationkey_id_seq accounts_userprofile accounts_userprofile_id_seq app_plugins_plugin app_plugins_plugin_id_seq app_plugins_pluginpoint app_plugins_pluginpoint_id_seq app_plugins_userpluginpreference app_plugins_userpluginpreference_id_seq area_taxrate area_taxrate_id_seq auth_group auth_group_id_seq auth_group_permissions auth_group_permissions_id_seq auth_message auth_message_id_seq auth_permission auth_permission_id_seq...

Hi Richard. Could you check the info you asked me? I still having this issue

Hello @richardbarran No Ihave not been able to fix this

@twidi can this be merged? Or are you waiting for something specific? Thanks!

i am having the same issue, I am using django-elasticsearch-dsl to index new created objects into elasticsearch, but when I use django-import-export the save post_save signal is triggering twice, so...

I did something kind of hacky to fix it. I overrode admin/base_site.html and in the footer section I added my own javascript to fix it. ``` $(document).on('click', '.question', function ()...

So from what I understand the user www-data and the group www-data does not have permissions? From the book: "USER and GROUP are used to set Gunicorn to run as...