nephila / djangocms-installer

Console wizard to bootstrap django CMS projects
https://djangocms-installer.readthedocs.io/
BSD 3-Clause "New" or "Revised" License
177 stars 78 forks source link

djangocms -p mysite mysite #383

Open JamesWanjohi opened 3 years ago

JamesWanjohi commented 3 years ago

Description

I cannot get to create a djangocms projec

Steps to reproduce

pip install --upgrade pip pip install djangocms-installer python3 -m venv folder source folder/bin/activate mkdir site cd site djangocms mysite

Versions

Using Ubuntu 18.04 LTS Python = python 3.7.8 django version = 3.1.7.0

Actual behaviour

runtimeError: CommandError: 'mysite' conflicts with the name of an existing Python module and cannot be used as a project name. Please try another name.

Additional information

I have conda also running in my computer