Error To Execute Djangocms -f -p . Mysite
I have a problem when I execute djangocms -f -p . mysite the process started but failed when it have to create an admin user. Creating admin user /Users/ccsguest/Site/djangoProjec
Solution 1:
I had the same issue. Adding '-w' did the trick for me:
source venv/bin/activate
mkdir project_name
cd project_name
djangocms -w -f -p . project_name
Post a Comment for "Error To Execute Djangocms -f -p . Mysite"