Closed
Description
In Running the example app in the docs, there is the command
django-admin.py startproject example .
But that creates a new django project named 'example' in the current directory, which is rejected by the OS because there already is an 'example' directory.
I haven't had the time to investigate any further, but either you want to name the new project differently (but then what's the point of creating an empty django project? This doesn't show how to use DJA at all), or you want to use another command than startproject
.