django管理站点

https://legacy.gitbook.com/book/wizardforcel/django-chinese-docs-18/details
启动服务:
python manage.py runserver 8080
pkill -f "manage.py runserver"
创建站点:
python manage.py createsuperuser
http://localhost:8000/admin/login/?next=/admin/

    原文作者:zhuozhi
    原文地址: https://www.jianshu.com/p/31b2f8aa5298
    本文转自网络文章,转载此文章仅为分享知识,如有侵权,请联系博主进行删除。
点赞