Re: django application hosted on godaddy don't display the site models in admin page

2014-02-13 Thread Cal Leeming [Simplicity Media Ltd]
Glad you got it sorted out, and thanks for letting us know! Cal On Thu, Feb 13, 2014 at 10:26 AM, Mironiuc Sergiu wrote: > I found the problem. > I had an "extra" (non-necessary) folder admin, that should be in the > static folder and not dirrectly in the project folder. >

Re: django application hosted on godaddy don't display the site models in admin page

2014-02-13 Thread Mironiuc Sergiu
I found the problem. I had an "extra" (non-necessary) folder admin, that should be in the static folder and not dirrectly in the project folder. That was a confusing thing for application. Thanks to all people who tried to help me. Regards! -- You received this message because you are

Re: django application hosted on godaddy don't display the site models in admin page

2014-02-13 Thread Mironiuc Sergiu
I configured log. But in the log file I don't see any warning/errors about admin page. Just some selects from database regarding users and groups. But, another strange thing is that I don't have the "admin.pyc" file. So, it looks like this file is not compiled... May be that can be a

Re: django application hosted on godaddy don't display the site models in admin page

2014-02-12 Thread Mironiuc Sergiu
> > I don't use a logger yet. > But I'm going to configure one... and I'll be back with details. 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

Re: django application hosted on godaddy don't display the site models in admin page

2014-02-12 Thread Thomas Leo
Can you give a little more info on your application stack? On Wednesday, February 12, 2014 9:08:17 AM UTC-5, Mironiuc Sergiu wrote: > > > I have a problem. I moved a django site from one hosting to godaddy. On > the GoDaddy hosting it doesn't display in the admin page the site models. > >

Re: django application hosted on godaddy don't display the site models in admin page

2014-02-12 Thread Cal Leeming [Simplicity Media Ltd]
Can you give us a bit more info about what is happening? Do you have any error logs or stacktrace? Also the urls.py code is malformed, you might want to consider using pastebin to paste the code instead. Cal On Wed, Feb 12, 2014 at 2:08 PM, Mironiuc Sergiu wrote: > > I

django application hosted on godaddy don't display the site models in admin page

2014-02-12 Thread Mironiuc Sergiu
I have a problem. I moved a django site from one hosting to godaddy. On the GoDaddy hosting it doesn't display in the admin page the site models. settings code: INSTALLED_APPS =