[Solved] How to create django project [closed]

[ad_1]

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.

1

[ad_2]

solved How to create django project [closed]