Local Django website won't load in browser

后端 未结 4 1212
终归单人心
终归单人心 2021-01-15 06:16

I\'m guessing there\'s a very simple solution to this, but I searched every forum and setup guide and can\'t figure it out:

I built a Django/CentOS-6.3 environment

4条回答
  •  难免孤独
    2021-01-15 07:15

    For a similar problem,

    This command worked like a charm for me

    python manage.py runserver [::]:8001
    

提交回复
热议问题