Django project creation

When I create a django project in say ~/icloud/projects/DJTest, the DJTest folder is empty even though I used the django template. Another folder is created in ~/library/mobile/DJTest with all the expected files (manage.py etc.) 

Why?   

 

pycharm 2017.1

yes, the 'iCloud' folder is a link.

0
2 comments

You have to first create a directory after that you have to create a project and the activate your virtual environment. Then you need to create an App in that you have to create a static folder in that include all your Django templates and the run collect static to activate your static files. Using Django it is very easy to build the websites and many web design applications.

0

@Yokesh; no that has nothing to do with the problem i described. pycharm gets mangled up when using the iCloud folder link. 

0

Please sign in to leave a comment.