Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- 텐서플로
- Linux
- 서평
- 월간결산
- 블로그
- python visualization
- MATLAB
- Python
- MySQL
- 통계학
- SQL
- 파이썬
- 독후감
- Google Analytics
- 한빛미디어
- 딥러닝
- 시각화
- 서평단
- Blog
- Ga
- matplotlib
- tensorflow
- Visualization
- 한빛미디어서평단
- Tistory
- 파이썬 시각화
- Pandas
- 리눅스
- 티스토리
- 매틀랩
Archives
- Today
- Total
목록django 이미지 (1)
pbj0812의 코딩 일기

0. 목표 - Django 페이지에 이미지 넣기 1. 준비 - 세팅 2. 실습 1) 이미지 준비 - 이미지 경로 : mysite/static/img/sma.jpg 2) setting.py 수정(mysite/django_test/setting.py) - 맨 아랫줄에 STATICFILES_DIRS = [os.path.join(BASE_DIR, 'static'),] 삽입 3) url.py 수정(mysite/django_test/url.py) """django_test URL Configuration The `urlpatterns` list routes URLs to views. For more information please see: https://docs.djangoproject.com/en/2.1/top..
ComputerLanguage_Program/PYTHON
2020. 5. 2. 14:25