I have done 3 steps. But i can´t find out, what to do at the 4th step:
"4. Setup Project
After installing PyPlanet on your system, you can’t yet start any instances because starting requires you to give up an settings module. You could either provide this with the start command or create a project directory with skeleton files.
We recommend using the init_project command to create a local project installation where you can install apps, keep PyPlanet and it’s apps up-to-date, provide settings through a useful settings module and provide manage.py as a wrapper so you never have to manually provide your settings module.
Because you have created an Virtual Environment earlier you want to store your ‘project’ in the same folder. You can do this with the following command:
pyplanet init_project ."
-> "We recommend using the init_project command to create a local project"
I have done this:
Code: Select all
pyplanet init_project Testp
Code: Select all
pyplanet init_project .
D:\PyPlanet>pyplanet init_project .
CommandError: 'D:\\PyPlanet\' already exists
That´s my folder-structure after that:
D:\PyPlanet\env:

D:\Pyplanet\Testp:

So what´s my mistake?