Re: access django admin got error 500

2015-09-14 Thread erik freaks
are you hosting this web site ? > > Sent from my HTC > > - Reply message - > From: "erik freaks" > To: > Subject: access django admin got error 500 > Date: Fri, Sep 11, 2015 8:29 AM > > > Hi, I'm new in django, I had create simple website

Re: access django admin got error 500

2015-09-11 Thread asarkar1...@gmail.com
Where are you hosting this web site ? Sent from my HTC - Reply message - From: "erik freaks" To: Subject: access django admin got error 500 Date: Fri, Sep 11, 2015 8:29 AM Hi, I'm new in django, I had create simple website using django and deploy it to apache server, bu

Re: access django admin got error 500

2015-09-11 Thread swaraj aryan
Try to use wsgi thing.also u have to install wsgi module and also mention that in httpd.conf file about wsgi module.later make sure you are mentioning right path in conf file directing towards right django code. On 11 Sep 2015 12:21, "erik freaks" wrote: > Hi, I'm new in django, I had create simp

Re: access django admin got error 500

2015-09-11 Thread Mike Dewhirst
On 11/09/2015 3:59 AM, erik freaks wrote: Hi, I'm new in django, I had create simple website using django and deploy it to apache server, but when I try to access admin page I got error 500.. Try setting DEBUG = True so Django can report the actual error for you. Doing this is normal in develo

Re: access django admin got error 500

2015-09-11 Thread Nihad Dizdarevic
https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#admins-and-managers I hope this helps you Am Freitag, 11. September 2015 08:51:51 UTC+2 schrieb freaksnoid: > > Hi, I'm new in django, I had create simple website using django and deploy > it to apache server, but when I try to ac

Re: access django admin got error 500

2015-09-11 Thread Nihad Dizdarevic
https://docs.djangoproject.com/en/1.8/howto/deployment/checklist/#admins-and-managers I hope this helps you Am Freitag, 11. September 2015 08:51:51 UTC+2 schrieb freaksnoid: > > Hi, I'm new in django, I had create simple website using django and deploy > it to apache server, but when I try to ac

Re: access django admin got error 500

2015-09-11 Thread James Schneider
You'll need to provide more information. What do the apache logs state that the error was? was there a traceback? Can you enable DEBUG temporarily to pull down the traceback? -James On Sep 10, 2015 11:51 PM, "erik freaks" wrote: > Hi, I'm new in django, I had create simple website using django a

access django admin got error 500

2015-09-10 Thread erik freaks
Hi, I'm new in django, I had create simple website using django and deploy it to apache server, but when I try to access admin page I got error 500.. please someone with experience with django+apache help me.. thanks -- You received this message because you are subscribed to the Google Groups "