Re: [mezzanine-users] Re: Link List / displayable_links not working on deployed admin

2016-03-12 Thread Eduardo Rivas
Are you deploying with git, hg, or rsync? If you have committed removals, they should be applied on production if using one of the VCS methods. -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving

Re: [mezzanine-users] Re: Link List / displayable_links not working on deployed admin

2016-03-12 Thread Danny
On 13/03/2016 2:46 PM, Eduardo Rivas wrote: Are you deploying with git, hg, or rsync? If you have committed removals, they should be applied on production if using one of the VCS methods. Turns out I'm using rsync. I'm looking into the --delete option, which might do the trick for me. I'm