简体   繁体   中英

Django: python manage.py runserver abort

I'm trying to set up a repo locally but facing an issue ie python manage.py runserver command gets aborted as soon as I hit localhost URL ( http://127.0.0.1:8000/ )

error - [1] 7398 abort python manage.py runserver

Django version 1.6.6 Python 2.7 OS -> MacOS Catalina (10.15.3) Database postgres (PostgreSQL) 12.2

first why ur using old version python and Django. that's first because they didn't have support so I strongly recommend you to upgrade newest versions

I think this is due to Python & Catalina incompatibility. Try using Python 3.7. Similar question

In general, try to avoid using Python 2.x. Insted use Python 3.7.x.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM