ebdjango 폴더로 이동하여, python manage.py runserver 명령어를 실행하고, 서버를 시작해 줍니다.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
(eb_env) dhkang ~/elastic_beanstalk cd ebdjango (eb_env) dhkang ~/elastic_beanstalk/ebdjango ls ebdjango manage.py (eb_env) dhkang ~/elastic_beanstalk/ebdjango python manage.py runserver Performing system checks...
System check identified no issues (0 silenced).
You have 15 unapplied migration(s). Your project may not work properly until you apply the migrations for app(s): admin, auth, contenttypes, sessions. Run 'python manage.py migrate' to apply them.
September 24, 2020 - 03:55:51 Django version 2.1.1, using settings 'ebdjango.settings' Starting development server at http://127.0.0.1:8000/ Quit the server with CONTROL-C.