nephila / djangocms-installer

Console wizard to bootstrap django CMS projects

Home Page:https://djangocms-installer.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

djangocms -p mysite mysite

JamesWanjohi opened this issue · comments

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