Building a Django Web App

Building a Django Web App 배포

앞서 설명한 Building a Django Web App 최종 결과물을 서버에 올렸습니다. 여기서 서버는 자사 서버이고, 이 서버 내 파이썬 가상환경을 생성하여 실행되고 있습니다. http://202.68.228.97:8084/

Building a Django Web App

Building a Django Web App – Django III > Finishing touches

Django III에서 다루게 될 내용은 다음과 같습니다. 4-1 Django custom user profile 4-2 User-submitted content 4-3 Finishing touches 4-3 Finishing touches (1) Creating a footer footer.html 파일 생성 다음과 같이

Building a Django Web App

Building a Django Web App – Django III > User-submitted content

Django III에서 다루게 될 내용은 다음과 같습니다. 4-1 Django custom user profile 4-2 User-submitted content 4-3 Finishing touches 4-2 User-submitted content (1) Creating a vote model Vote model을 models.py에 추가

Building a Django Web App

Building a Django Web App – Django II > Creating a blog

Django II에서 다루게 될 내용은 다음과 같습니다. 3-1 Django user registration 3-2 Python packages + Django messages 3-3 User login + logout 3-4 Creating a blog 3-5 Updating the homepage

인기 글

Ubuntu 22.04 LTS에 Python 3.8 or 3.9 설치 방법
서버 : Vultr 클라우드OS: Ubuntu 22.04 LTS사용자 계정 생성하여 설치 진행함1. Start with the system updatesudo apt update...
오라클 클라우드 OCI 가입 드디어 성공 했습니다 (상세 후기)
2023년 2월 16일에 ‘오라클 클라우드 지급 검증 실패 글‘을 남긴 적이 있습니다.그 때 검색을 통해 해결 방법을 찾아 보았고, 당시 성공했던 분들의...
Ubuntu 20.04에 MySQL 5.7 설치
비씨티원 인공지능 서비스 플랫폼 BAP(Bctone AI service Platform)의 설치 환경은 공식적으로 Ubuntu 18.04와 MySQL 버전 5.7 입니다. 최근 Ubuntu...
회사 도메인으로 무료 회사 메일 만드는 방법 정리
회사 도메인으로 무료 메일 만드는 방법에는 네이버, 다음, 구글 메일서버를 이용하는 방법이 있었는데, 근래 네이버, 구글의 ㄱㅇ우 유료 서비스로 전환되어 현재는 Daum 스마트워크를...
WSL2/Ubuntu 22.04 LTS에서 Jupyter notebook 실행하기
WSL2 Ubuntu에서 Jupyter notebook(Jupyter Lab) 설치는 다음과 같습니다.$ pip install jupyter $ pip install jupyterlab단,...