[Django] Migration
Migration Model로 정의된 데이터베이스 스키마를 반영한다 쉽게 말해서 DataBase에 반영한다고 생각하자. models.py(DB 모델링을 해보자) class Article(models.Model): title = models.CharField(max_length=140) content = models.TextField() created_at = models.DateTimeField(auto_now_add=True) updated_at = models.DateTimeField(auto_now=True) 모델링 후 DB에 반영 할 준비 > pyrhon manage.py makemigrations 0001_initial.py가 생성된다. 눌러서 들어가 본 후에 오타없나 확인 후의 migrate를..
Web/Django
2020. 6. 26. 09:21
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- Queue
- 자료구조
- logout
- Python
- react autoFocus
- DFS
- useHistory 안됨
- BFS
- typescript
- read_csv
- 자연어처리
- NextJS
- pandas
- nodejs
- django
- useState
- UserCreationForm
- login
- JavaScript
- mongoDB
- error:0308010C:digital envelope routines::unsupported
- react
- Deque
- 클라우데라
- nextjs autoFocus
- vuejs
- next.config.js
- TensorFlow
- Vue
- Express
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함