목록Personal DB (108)
Silver Library (Archived)
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/bjp2OI/btqOeCXZv1k/ebcXYwC1tP7j2vBo8axBs0/img.jpg)
Such a warning message (17 unapplied migration) will appear UNLESS I do 'migrate'. Issue : After running migrate, 'db.sqlite3' did not generate itself. # db.sqllite3 is a file of sql language. Solution : # Make sure the server is running. Then proceed to 'migrate' phase. Turn off VSCode, then re-run. It will appear on the file list. Assume this is an old never-fixed issue since Windows 97. So, I..
#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.
Problem. Once I run Django(pipenv shell), and then input as 'python manage.py runserver' after adjusting some features... 'Error: That port is alreardy in use'. And cannot access through port : 8000. Seems redirecting me to 8001 but nothing to work. Solution. sudo fuser -k 8000/tcp # it will kill all port : 8000 that's currently running in background. stackoverflow.com/questions/20239232/django-..
conclusion *All error was caused due to folder's directory mismatch. (solved) ★formatter is still not working! But this will not change the script content...can be ignored for now. Though it would be messy sometimes. This issue is linked to Python extension. (potential error spot) Something might gone wrong when I choose formatter as black or something else. current issue : formatter(black) does..