How to create django project

Question:

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?

Asked By: Timur

||

Answers:

Try using "$ django-admin startproject myproject", the myproject should be the folder that contains your project.

If that doesn’t work try checking this website: https://www.tutorialspoint.com/django/django_creating_project.htm
And follow the steps.

Answered By: EDRO
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.