Reputation: 147
I want to use the DjangoCMS 3.3 version to create a new project. I use the following guide http://docs.django-cms.org/en/release-3.3.x/introduction/install.html
but when running the the command
djangocms -f -p . mysite
i get the error "'c:\Program' is not recognized as an internal or external command, operable program or batch file. The installation Failed"
Any ideas please ?
Upvotes: 0
Views: 187
Reputation: 633
It may be the problem that djangocms
cannot recognize the path with spaces. Change your project path without any space.
Upvotes: 1