Skip to content Skip to sidebar Skip to footer

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/activatemkdir project_namecd project_namedjangocms -w -f -p . project_name

Post a Comment for "Error To Execute Djangocms -f -p . Mysite"