What commands should I write in cmd. When I write: django-admin startproject myproject, it does not create a config folder in my project. What do I miss?
CodePudding user response:
try using "$ django-admin startproject myproject", the myproject should be the folder that contains your project.
If that dosnt work try checking this website: https://www.tutorialspoint.com/django/django_creating_project.htm And follow the steps