Re: Admin access

2024-01-23 Thread Boaz Sottie
Check if you have {% csrf_token %} in your form On Tue, Jan 23, 2024, 16:17 Raymond Nsubuga wrote: > I am unable to access my admin site after creating a docker image and > hosting my website. It says an issue about the csrf, anyone who has > encountered the issue can help. > > -- > You receiv

Re: admin access in https redirect in http

2009-06-22 Thread hiphoox
Thank you guys! Graham, I tried the conf you described and it is working great :) I'm also found this thread where you also participated and was very useful: http://markmail.org/message/62cb2sdj54yey7qz#query:wsgi.url_scheme+page:1+mid:l72acuzuldfpmbdw+state:results Kenneth, thanks for the lin

Re: admin access in https redirect in http

2009-06-21 Thread Kenneth Gonsalves
On Monday 22 June 2009 07:32:41 hiphoox wrote: > Could you recommend me any VPS? > I still have the option to move to another one. look at djangofriendly.com -- regards kg http://lawgon.livejournal.com --~--~-~--~~~---~--~~ You received this message because you a

Re: admin access in https redirect in http

2009-06-21 Thread Graham Dumpleton
SliceHost is always popular. On Jun 22, 12:02 pm, hiphoox wrote: > Thanks a lot for your answer Graham. > > Could you recommend me any VPS? > I still have the option to move to another one. > > Thanks, > > Norberto Ortigoza > > On Jun 21, 7:03 pm, Graham Dumpleton > wrote: > > > > > On Jun 21,

Re: admin access in https redirect in http

2009-06-21 Thread hiphoox
Thanks a lot for your answer Graham. Could you recommend me any VPS? I still have the option to move to another one. Thanks, Norberto Ortigoza On Jun 21, 7:03 pm, Graham Dumpleton wrote: > On Jun 21, 11:24 pm, hiphoox wrote: > > > Sorry about that, > > > let me describe my current configurat

Re: admin access in https redirect in http

2009-06-21 Thread Graham Dumpleton
On Jun 21, 11:24 pm, hiphoox wrote: > Sorry about that, > > let me describe my current configuration > > I'm using webfaction hosting > > I created two applications: > > 1. A Django (trunk)/mod_wsgi (2.0)/Python (2.5) one. I really wish WebFaction would stop offering such an old version of mod

Re: admin access in https redirect in http

2009-06-21 Thread hiphoox
Sorry about that, let me describe my current configuration I'm using webfaction hosting I created two applications: 1. A Django (trunk)/mod_wsgi (2.0)/Python (2.5) one. 2. A Symbolic link to static one to deliver static resources for admin_media my http.conf has the following info: +

Re: admin access in https redirect in http

2009-06-20 Thread Graham Dumpleton
Any solution may be dependent on how Django was being hosted. Neither of you have actually said how you were hosting Django. Even if OP worked it out, his solution may not be relevant to use due to you hosting it differently. Graham On Jun 21, 1:50 pm, hiphoox wrote: > Hi, > > I have exactly th

Re: admin access in https redirect in http

2009-06-20 Thread hiphoox
Hi, I have exactly the same problem. Did you get any way to resolve it? Regards, Norberto Ortigoza On Jun 12, 9:54 am, Francis wrote: > Hi folks, > > I have set to instance of my server, one serving in http with admin > disable and another one accessible throu https with admin enable. > > But