기동





초기설정

  1. 마이그레이트
  2. 슈퍼 유저 작성
  3. 서버기동

python manage.py migrate


python manage.py createsuperuser


python manage.py runserver 0.0.0.0:8080


콘다설정


conda activate APPWEB_DEV ; cd /Volumes/T1SERVER/DEV/APPWEB4 ; python manage.py runserver 0.0.0.0:80