INTRO 0. Test 용 template 만들기 : bootstrap 활용 1. model 생성 및 migration : django 관리자를 이용한 CRUD control 2. view 만들기 3. template 적용하기 4. model-form을 이용한 CRUD Control Create : 생성, New(model-form + POST method) Read : 조회, Detail Update : 수정(model-form + Post method) Delete : 삭제 들어가기 전에 사전 이해가 필요한 사항 - django 가상환경 및 프로젝트 생성/설정 : 참고1, 참고2 - app 생성과 template 및 static/css 기초 : 참고 - bootstrap 적용 및 template 분..
INTRO Python 3.10.0 Django 3.2.8 templates 구조화 (1) django-erp/templates/mysite : 최초 생성한 ERP (2) django-erp/templates/bstest : bootstrap test, 하위 base 폴더에 base.html layout 별 구성 (3) django-erp/templates/persona : bootstrap customize tree 구조 ── templates ├── bstest │ ├── 401.html │ ├── 404.html │ ├── 500.html │ ├── base │ │ ├── base.html │ │ ├── footer.html │ │ ├── sidebar.html │ │ └── topbar.html ..
INTRO Python 3.10.0 Django 3.2.8 app 생성 : home (persona-erp)$ ./manage.py startapp home - config/urls {SublimeText} config/urls.py from django.contrib import admin from django.urls import path, include from home import urls, views from django.contrib.auth import views as auth_views from django.views.generic import TemplateView urlpatterns = [ path('admin/', admin.site.urls), path('', TemplateVie..
INTRO Python 3.10.0 Django 3.2.8 # django 설정 BASE_DIR : ~/.pyenv/versions/3.10.0/envs/persona-erp/django-erp - secret.json django-erp 하위에 secret.json 파일 생성 후 setting.py의 SECRET_KEY 입력 { "SECRET_KEY": "[YOUR_KEY]" } - templates, statics, staticfiles django-erp 하위에 폴더 3개 생성 . ├── config │ ├── __init__.py │ ├── asgi.py │ ├── settings.py │ ├── urls.py │ └── wsgi.py ├── db.sqlite3 ├── manage.py ├── s..
Template 확장 입력 form 만들기 새글 쓰기/수정/삭제 Server Test : git transmission : 생략 INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 -------------------- platform review -------------------- 구성 : head / navbar_main / body_top / navbar_sub / body_bottom / footer 프레임(상단) : index_producti..
Template 확장 입력 form 만들기 새글 쓰기/수정/삭제 Server Test : git transmission : 생략 INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 -------------------- platform review -------------------- 구성 : head / navbar_main / body_top / navbar_sub / body_bottom / footer 프레임(상단) : index_sales 프레..
Template 확장 입력 form 만들기 새글 쓰기/수정/삭제 Server Test : git transmission : 생략 INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 -------------------- platform review -------------------- login 후 home_welcome.html 구성 : head / navbar_main / body_top / navbar_sub / body_bottom / foote..
Sales / List : models - urls - views - templates Quotation : urls - views - templates Raspi-server Test : git INTRO * local / server terminal 구분 : [macOS] / [Raspi] ** venv 표기 : (pyERP) *** Django MTV Model 참고 : [python] django(장고, 웹 프레임워크), MTV Architecture: Model-Template-View Raspi : server - Python : 3.7.3 - django : 3.2 macOS : local-dev - Python : 3.9.4 - django : 3.2 @ macOS : local-dev 1..
- Total
- Today
- Yesterday
- Model
- Regression
- raspberrypi
- Templates
- r
- DAQ
- server
- template
- 자가격리
- 확진
- github
- SSH
- Raspberry Pi
- vscode
- ERP
- arduino
- MacOS
- sublime text
- git
- 코로나19
- CSV
- 라즈베리파이
- Pandas
- analysis
- COVID-19
- Django
- pyserial
- Python
- 코로나
- DS18B20
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |