请稍等 ...
×

采纳答案成功!

向帮助你的同学说点啥吧!感谢那些助人为乐的人

makemigrations报错

django.core.exceptions.ImproperlyConfigured: Requested setting STATIC_URL, but settings are not configured. You must either define the environment variable DJANGO_SETTINGS_MODULE or call settings.configure() before accessing settings.

正在回答 回答被采纳积分+3

2回答

Hi_Mike 2020-07-03 22:10:47

# django-admin makemigrations   使用这条命令 就会报错

正确姿势是:

# python manage.py makemigrations

# python manage.py migrate                                                                                                                                                               20-07-03 22:08

Operations to perform:

  Apply all migrations: admin, auth, contenttypes, sessions, users

Running migrations:

  Applying contenttypes.0001_initial... OK

  Applying contenttypes.0002_remove_content_type_name... OK

  Applying auth.0001_initial... OK

  Applying auth.0002_alter_permission_name_max_length... OK

  Applying auth.0003_alter_user_email_max_length... OK

  Applying auth.0004_alter_user_username_opts... OK

  Applying auth.0005_alter_user_last_login_null... OK

  Applying auth.0006_require_contenttypes_0002... OK

  Applying auth.0007_alter_validators_add_error_messages... OK

  Applying auth.0008_alter_user_username_max_length... OK

  Applying auth.0009_alter_user_last_name_max_length... OK

  Applying auth.0010_alter_group_name_max_length... OK

  Applying auth.0011_update_proxy_permissions... OK

  Applying users.0001_initial... OK

  Applying admin.0001_initial... OK

  Applying admin.0002_logentry_remove_auto_add... OK

  Applying admin.0003_logentry_add_action_flag_choices... OK

  Applying sessions.0001_initial... OK


0 回复 有任何疑惑可以回复我~
bobby 2019-12-25 11:55:19

你是不是设置了自己的userprofile才出现这个问题?不设置不会出错?

0 回复 有任何疑惑可以回复我~
  • 提问者 nnglong #1
    对,models添加userProfile后出现的
    回复 有任何疑惑可以回复我~ 2019-12-25 14:20:24
  • 提问者 nnglong #2
    按照您视频中的操作,把原来的表都删了
    回复 有任何疑惑可以回复我~ 2019-12-26 20:01:35
  • bobby 回复 提问者 nnglong #3
    你留下qq 我加你看看
    回复 有任何疑惑可以回复我~ 2019-12-26 20:37:45
问题已解决,确定采纳
还有疑问,暂不采纳
意见反馈 帮助中心 APP下载
官方微信