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
I started new project with django-cms. I created virtualenv. I upgraded pip. I installed djangocms-installer. I run djangocms-installer and it did not turn out well.
Description
I started new project with django-cms. I created virtualenv. I upgraded pip. I installed djangocms-installer. I run djangocms-installer and it did not turn out well.
Steps to reproduce
$ python3.7 -m venv env
$ source env/bin/activate
$ pip install --upgrade pip
$ pip install djangocms-installer
$ djangocms
Versions
python3.7 django3.1.14 djangocms-installer2.0.0
Expected behaviour
It ends with exit code 2 and caught Exception handling with this message :
djangocms: error: the following arguments are required: project_name
Actual behaviour
It ends with exit code 1 and raised Exception :
ModuleNotFoundError: No module named 'pytz'
Additional information
I don't know what else I should put here.
The text was updated successfully, but these errors were encountered: