You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: