다른 명령
데브카페에서 사용할 수 있는 모든 기록이 표시됩니다. 기록 종류나 사용자 이름(대소문자 구별) 또는 영향을 받는 문서(대소문자 구별)를 선택하여 범위를 좁혀서 살펴볼 수 있습니다.
- 2025년 6월 11일 (수) 01:02 Devcafe 토론 기여님이 장고 북마크 프로그램 문서를 삭제 취소했습니다 (판 1개)
- 2025년 5월 20일 (화) 08:08 Devcafe 토론 기여님이 장고 북마크 프로그램 문서를 삭제했습니다 (내용: "= 장고 북마크 프로그램 개발 = == 프로젝트 생성 == <source lang=shell> $>pip install django #파이참에서는 생략 </source> <source lang=shell> $>django-admin startproject config . #생략 </source> === 관리자 계정 생성 === <source lang=shell> $>python manage.py migrate </source> <source lang=shell> $>python manage.py createsuperuser </source> === 프...". 유일한 편집자는 "Devcafe" (토론))
- 2024년 10월 5일 (토) 00:32 Devcafe 토론 기여님이 장고 북마크 프로그램 문서를 만들었습니다 (새 문서: = 장고 북마크 프로그램 개발 = == 프로젝트 생성 == <source lang=shell> $>pip install django #파이참에서는 생략 </source> <source lang=shell> $>django-admin startproject config . #생략 </source> === 관리자 계정 생성 === <source lang=shell> $>python manage.py migrate </source> <source lang=shell> $>python manage.py createsuperuser </source> === 프로젝트 생성 확인 === <source lang=shell> $>python manage.py runserver </source> == 북마...)