Skip to content

Example app name conflicts #454

Closed
Closed
@ThibaultLemaire

Description

@ThibaultLemaire

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions