[Django]-Create new application in django

5👍

You must be creating app with super user privileges, and your editor won’t have permission to read those files. Create new app without sudo like python manage.py startapp appname in non-superuser mode.

If this doesn’t help, please provide the permission and owner of Django app folder

👤Sid

Leave a comment