Re: access django admin got error 500

2015-09-14 Thread erik freaks
I got this exception value
"no such column : django_content_type.name"

in this debug show that I'm using django 1.7.6, but when I check to my
virtualenv django version is 1.8


On Fri, Sep 11, 2015 at 2:55 PM, asarkar1...@gmail.com <
asarkar1...@gmail.com> wrote:

> 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, 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
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAG0MBoFus7EgFE2jzKm1zVNaL%3DJoJ%2BZYpS7YxCHFtYp0TdbaA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/55f288fa.89fb420a.31417.191b%40mx.google.com
> 
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAG0MBriaQmVH6GtqeFjHRa0ZjBRZ0O2m7rsHksnhBAdzf_06A%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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, 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 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAAG0MBoFus7EgFE2jzKm1zVNaL%3DJoJ%2BZYpS7YxCHFtYp0TdbaA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55f288fa.89fb420a.31417.191b%40mx.google.com.
For more options, visit https://groups.google.com/d/optout.


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 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
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAG0MBoFus7EgFE2jzKm1zVNaL%3DJoJ%2BZYpS7YxCHFtYp0TdbaA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAEM0KbFWLHAf9ZVBXOJ%3DsGts8Nedhw-YCd%2BNsXi9%3DLFnbjOLuw%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


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 development but insecure in production or where 
the public might see the error detail.




please someone with experience with django+apache help me..
thanks

--
You received this message because you are subscribed to the Google
Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send
an email to django-users+unsubscr...@googlegroups.com
.
To post to this group, send email to django-users@googlegroups.com
.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-users/CAAG0MBoFus7EgFE2jzKm1zVNaL%3DJoJ%2BZYpS7YxCHFtYp0TdbaA%40mail.gmail.com
.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups "Django 
users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55F27E79.2070805%40dewhirst.com.au.
For more options, visit https://groups.google.com/d/optout.


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 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 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/9d3b5717-8763-4c75-a06e-bdf44d53c2a8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/410ecc62-96b9-4c07-8c96-6390adb58750%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


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 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
> "Django users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAAG0MBoFus7EgFE2jzKm1zVNaL%3DJoJ%2BZYpS7YxCHFtYp0TdbaA%40mail.gmail.com
> 
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CA%2Be%2BciXO%3DRj7%3Dk34v6BsG-Y0qOiaKou31QhrZsxj%3DJqOt18kXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.