RE: HTTP Error 403: Forbidden

2018-01-11 Thread Matthew Pava
Typically, that indicates a permissions problem. Are you signed in to your app? Does the account you are signed into have permissions to access that URL? Check your decorators. From: django-users@googlegroups.com [mailto:django-users@googlegroups.com] On Behalf Of mohammad Sent: Thursday, Ja

Re: HTTP Error 403 - Forbidden occurs

2017-08-30 Thread Antonis Christofides
Hi, Sometimes the Apache log file (something like /var/log/apache2/error.log, but it may be /var/log/apache2/yourdomain-error.log) has an additional error message that may help you track down the problem. Regards, Antonis Antonis Christofides http://djangodeployment.com On 2017-08-30 10:10, de