You may have a problem with your Python install and multiple django versions installed for the same environment.
In a shell/cmd try: $ python -c "import django; print django.get_version()" and double check that you're not using a legacy version. Post back with your findings should you have any doubts. Also consider virtualenv[1][3], pip[2] and virtualenvwrapper[4]. The latter is not available on windows. Good luck! Cheers, AT [1] http://pypi.python.org/pypi/virtualenv [2] http://pypi.python.org/pypi/pip [3] http://www.saltycrane.com/blog/2009/05/notes-using-pip-and-virtualenv-django/ [4] http://www.doughellmann.com/projects/virtualenvwrapper/ On Sun, Nov 20, 2011 at 6:41 PM, kalyan <kris.ca...@gmail.com> wrote: > Hi, > > I have installed the laterst development version of django using > svn. but when i try to start a project i still get the flat layout (no > inner directories) and the tutorial says that happens only if i am > using the old project (release). I ran into a few problems when trying > to syncdb i was wondering if i am following the wrong tutorial. > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To post to this group, send email to django-users@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. > > -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@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.