티스토리 뷰
Django
Django 웹 서버 환경 설정.
django-excel 설치 오류
pip install --upgrade setuptools
pip 설치 방법
rails와 대응되는 기능
config.rb + database.yml [settings.py]
urls.py [routes.rb]
pip [gemfile]
requirements.txt
pip manage [gem update]
실행
pip install -r requirements.txt
버전 고정
pip freeze > requirements.txt
admin 기능 활성화
http://django-doc-pootle-test.readthedocs.io/en/latest/intro/tutorial02.html
admin 계정 생성
python manage.py createsuperuser
model 생성 기능
python manage.py startapp [앱이름]
http://pythonstudy.xyz/python/article/308-Django-%EB%AA%A8%EB%8D%B8-Model
model reload
model api
model migrate 과정
migrate 파일 생성
python manage.py makemigrations
실행
python manage.py migrate
migrate 실패시
오류 확인 후, 오류가 나지 않도록 migrate 파일을 수동 수정하거나 삭제 해주면 된다.
주로 default값 오류임.
models.field types
redis
request
cookie 유지
datetime
compare
background run
설치
yum install nohup
권한 부여
chmod 755 shell.sh
가동
nohup sh -- ./shell.sh &
중지
File upload
multifile upload
inspect
Django package
django
http://stackoverflow.com/questions/24057015/manage-py-importerror-no-module-named-django
pip install django
redis 계열
redis
django-redis-sessions
django-redis
django-jsonfield
django-excel
python
dictionary
사용법
merge
list
원소 포함 여부
loop
연산자 정리
연산자, 식, 그리고 프로그램 흐름
3항 연산자
null 검사
to_i
json
dictionary <-> json and django
dictionary <-> json
람다
클로저
모듈
command line argument
file io
tuple
convert
static method, class method
python package
excel
설치
사용법
console color
'Web > Django' 카테고리의 다른 글
Django Celery 사용법 (0) | 2016.09.27 |
---|---|
웹서버 중에서 Django를 선택한 이유 (0) | 2016.09.27 |
- Total
- Today
- Yesterday
- 엘키
- svn
- Rails
- MS-SQL
- 게임개발포에버
- 루비
- SQLite Spy
- 멀티스레드
- 임백준
- c언어
- Ruby on Rails
- EasyExec
- perfmon
- RoR
- EzShortcut
- 디버깅
- ruby
- NDC2013
- 디자인 패턴
- 바로가기 프로그램
- TraceRoute
- 리버스 엔지니어링
- ftp
- SDL
- 루비 온 레일즈
- CppSQLite
- TDD
- 게임데브포에버
- 좋은 프로그래머
- 조엘 온 소프트웨어
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |