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

Admin access

2024-01-23 Thread Raymond Nsubuga
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 received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this g

Re: Adding admin access for external users

2015-04-04 Thread Luis Zárate
e, but would it be possible for me to also give admin > access to external users using their own machines? My machine is > not part of a LAN/WAN, just standalone, but I am thinking that to enable > this I should provide the admin URL to another external user and then > allow remote lo

Adding admin access for external users

2015-03-27 Thread Murthy Sandeep
Hi I am setting up an admin user account to manage my Django app on my local machine, but would it be possible for me to also give admin access to external users using their own machines? My machine is not part of a LAN/WAN, just standalone, but I am thinking that to enable this I should provide

Re: Setting up multi-user site in Django without Admin access

2011-08-02 Thread Russell Keith-Magee
On Tue, Aug 2, 2011 at 11:53 AM, somecallitblues wrote: > Hey guys, > > I'm creating a site where multiple users will enter their details and > get access to admin I want to create from them .I want to use default > Django admin as a kind of Super User access for myself. I don't want > these users

Setting up multi-user site in Django without Admin access

2011-08-02 Thread somecallitblues
Hey guys, I'm creating a site where multiple users will enter their details and get access to admin I want to create from them .I want to use default Django admin as a kind of Super User access for myself. I don't want these users to have access to Super User admin. I want them to have their own

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

admin access in https redirect in http

2009-06-12 Thread Francis
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 this config cause me some trouble, each time I save something in the administration interface, it redirect me to http instead of https. (which throw