Silver Library (Archived)
#3 Django - how dev only server works? 본문
반응형
#part of airbnb clone
Command:
python manage.py runserver
will be essential to see (empty) log in page.
* always use that 'admin' panel
e.g.
http://127.0.0.1:8000/admin
migrate(covered later)
command:
python manage.py createsuperuser
So, this is the phase to create admin account. Once this is done, I can log in to that admin page.
'Personal DB > Unclassified record' 카테고리의 다른 글
Django - error and reinstalling django-countries (0) | 2020.12.14 |
---|---|
#4 Django and 'migrate' & application (0) | 2020.11.25 |
[Django] port error - Error: That port is already in use. (0) | 2020.11.24 |
#2 VSCode, Django setting. (0) | 2020.11.24 |
Cloned version - Kakaotalk (0) | 2020.11.24 |