Try syncdb using manage.py command i.e.
# manage.py syncdb

On Thu, Apr 15, 2010 at 12:47 AM, Alexis Selves <petr.pej...@gmail.com>wrote:

> try to insall package python-django using apt-get install
>
> On 14 dub, 20:47, "Tom X. Tobin" <tomxto...@tomxtobin.com> wrote:
> > On Wed, Apr 14, 2010 at 1:17 PM, Shawn Milochik <sh...@milochik.com>
> wrote:
> > > The instructions on the site are incorrect. You only use
> django-admin.py to create the project. After that you use manage.py for
> everything else -- including syncdb.
> >
> > You *can* use django-admin.py as long as you make sure
> > DJANGO_SETTINGS_MODULE is defined in your environment to poing to your
> > settings module (e.g., "some_project.settings") -- which is exactly
> > what Jagdeep's traceback was complaining about.
>
> --
> 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<django-users%2bunsubscr...@googlegroups.com>
> .
> For more options, visit this group at
> http://groups.google.com/group/django-users?hl=en.
>
>

-- 
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.

Reply via email to