Re: ModuleNotFoundError: No module named 'mysite'

2024-04-14 Thread Ahmad Irfan
have you checked your virtual env? On Sun, 14 Apr 2024 at 5:38 AM, hikinthru wrote: > I am a new Django user and am setting up my first site on a local MAMP > server. Django is running, but when I run `python manage.py makemigrations` > I get the following error: > >

problem when i create a new django project

2024-04-14 Thread 无名氏
创建 Django 应用程序时出错: Python 端错误。退出代码: 1,错误: Traceback (most recent call last): File "D:\pycharm_stu\pycharm_stu_\plugins\python\helpers\pycharm\_jb_django_project_creator.py", line 12, in management.execute_from_command_line(argv=["django-admin", "startproject", project_name, path]) File