Re: cannot login to admin site with superuser

2011-01-04 Thread xpanta
python manage.py shell works normally. It gives me the interactive
console


On 4 Ιαν, 22:05, Shawn Milochik  wrote:
> What happens when you try 'manage.py shell'?
>
> Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: cannot login to admin site with superuser

2011-01-04 Thread Shawn Milochik
What happens when you try 'manage.py shell'?

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: cannot login to admin site with superuser

2011-01-04 Thread xpanta
Thanks,

These are my only imports:

import os.path
import logging

And this is my INSTALLED_APPS section

INSTALLED_APPS = (
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.sites',
'django.contrib.admin',
'myproject.main',
)


On 4 Ιαν, 19:06, Shawn Milochik  wrote:
> On Jan 4, 2011, at 4:15 AM, xpanta wrote:
>
> > is there any hope for me?
>
> Does your settings.py file do any imports? If there is a problem with an 
> import you'll have a major disaster and the cause may not be obvious from the 
> error message.
>
> Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: cannot login to admin site with superuser

2011-01-04 Thread Shawn Milochik

On Jan 4, 2011, at 4:15 AM, xpanta wrote:

> is there any hope for me?

Does your settings.py file do any imports? If there is a problem with an import 
you'll have a major disaster and the cause may not be obvious from the error 
message. 

Shawn

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.



Re: cannot login to admin site with superuser

2011-01-04 Thread xpanta
is there any hope for me?

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.