Re: [mezzanine-users] Changing default admin url doesn't work on fab deploy

2015-06-10 Thread vikraw
I am using latest version of mezzanine. I have tried restarting nginx, gunicorn, supervisord strange thing is that the new admin link works for Staging deployed on a remote server with a public IP but no domain name But it doesn't work for Production on remote server with a domain name. I checked

Re: [mezzanine-users] Changing default admin url doesn't work on fab deploy

2015-06-09 Thread Eduardo Rivas
Oh, by the way, are you running the stable or development version of Mezzanine? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@go

Re: [mezzanine-users] Changing default admin url doesn't work on fab deploy

2015-06-09 Thread Eduardo Rivas
Hey. Can you try running fab restart and see if it fixes it? -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to mezzanine-users+unsubscr...@googlegroups.com. For

[mezzanine-users] Changing default admin url doesn't work on fab deploy

2015-06-09 Thread vikraw
I changed the admin url in urls.py. The changed url works fine in development when i run - python manage.py runserver However, when it is deployed the url is still the default i.e. site.com/admin the urls.py in project dir. on deployed machine has the new "^link/" in place but that doesn't work