전체 글 (1854) 썸네일형 리스트형 Project Code Review>Project Creation 1. 프로젝트 생성 django-admin startproject config . 프로젝트? 장고 인스턴스에 대한 모든 설정을 담은 파이썬 패키지 디렉토리 또는 코드 데이터베이스 설정, 장고 설정 및 애플리케이션 설정 등을 포함한다. 프로젝트 이름은 Python 또는 Django에서 사용 중인 이름은 피해야 한다. 2. 프로젝트 생성 후 구조 확인 manage.py config/ __init__.py settings.py urls.py asgi.py wsgi.py manage.py Django 프로젝트와 다양한 방법으로 상호작용 하는 커맨드라인의 유틸리티 __init__.py 디렉토리를 패키지처럼 다루라고 알려주는 용도의 단순한 빈 파일 settings.py 프로젝트의 환경 및 구성 urls.py URL.. Project Code Review>Basic Setting 1. 가상 환경 설정 python -m venv venv 2. Django 라이브러리 설치 pip install Django Collecting django Using cached https://files.pythonhosted.org/packages/9d/04/04abb097c84c770180eeebe7ed920ce42f9917ab5ad4de01ff8ed11bc25b/Django-3.0.6-py3-none-any.whl Requirement already satisfied: sqlparse>=0.2.2 in c:\test_case\venv\lib\site-packages (from django) (0.3.1) Requirement already satisfied: pytz in c:\test_case\.. [Disqus]장고 3.x 사용 중 migrate 에러 해결 방법 장고 3.x 버전 사용 중 Disqus를 설정 후 migrate를 하는데 아래와 같은 에러가 발생하였다. Traceback (most recent call last): File "manage.py", line 21, in main() File "manage.py", line 17, in main execute_from_command_line(sys.argv) File "C:\Django_Dstagram_Tutorial\venv\lib\site-packages\django\core\management\__init__.py", line 401, in execute_from_command_line utility.execute() File "C:\Django_Dstagram_Tutorial\venv\lib\si.. [WakaTime]Week 2 of May(20.05.11 ~ 20.05.17) WakaTime 20.05.11 ~ 20.05.17 Coding : 28hrs 20mins IDEL : VS Code Language : Python / HTML [Free Wifi]버스 와이파이 노트북 연결 방법(How to connect a bus wifi laptop) https://developer-ankiwoong.tistory.com/1396?category=795676 [Free Wifi]공공 와이파이 노트북 접속 방법 변경(How to connect to public wifi) 2020.05.21 - [ETC/Software] - [Free Wifi]버스 와이파이 노트북 연결 방법(How to connect a bus wifi laptop) [Free Wifi]버스 와이파이 노트북 연결 방법(How to connect a bus wifi laptop) 출/퇴근을 버스로.. developer-ankiwoong.tistory.com 출/퇴근을 버스로 하는데 요즘 프로젝트 때문에 노트북을 들고 다니는 경우가 많아졌다. 하지만 와이파이를 사용할려해도 잘 되지 않아서 .. [Django]Blog Creation Tutorial(Translation/Correction) 3 원문> https://matthewdaly.co.uk/blog/2012/03/24/yet-another-tutorial-for-building-a-blog-using-python-and-django-part-3/ Yet Another Tutorial for Building a Blog Using Python and Django - Part 3 - Matthew Daly's Blog 24th March 2012 6:23 pm Yet Another Tutorial for Building a Blog Using Python and Django - Part 3 Welcome back! In this installment, we’ll make some changes to our URL structure for b.. [Django]Blog Creation Tutorial(Translation/Correction) 2 원문> https://matthewdaly.co.uk/blog/2012/03/19/yet-another-tutorial-for-building-a-blog-using-python-and-django-part-2/ Yet Another Tutorial for Building a Blog Using Python and Django – Part 2 - Matthew Daly's Blog 19th March 2012 3:18 pm Yet Another Tutorial for Building a Blog Using Python and Django – Part 2 In the first part of this tutorial, we got the core elements of our blogging applicat.. [Django]Blog Creation Tutorial(Translation/Correction) 1 원문> https://matthewdaly.co.uk/blog/2012/02/24/yet-another-tutorial-for-building-a-blog-using-python-and-django-part-1/ Yet Another Tutorial for Building a Blog Using Python and Django - Part 1 - Matthew Daly's Blog 24th February 2012 4:17 pm Yet Another Tutorial for Building a Blog Using Python and Django - Part 1 While I’m extremely fond of Perl for quick hacks and scripts, and have used PHP a .. 이전 1 ··· 120 121 122 123 124 125 126 ··· 232 다음