Re: Startproject Project layout

2011-11-21 Thread Andre Terra
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 do

Startproject Project layout

2011-11-20 Thread kalyan
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 w