-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
필요 모듈 설치 기본 설정 #4
Comments
추가 모듈 |
django-dbbackup 사용법 DBBACKUP_STORAGE = 'dbbackup.storage.filesystem_storage' 를 추가한다. python manage.py dbbackup 하면 완료. |
db 자동 backup을 원하는 경우 리눅스의 crontab 기능을 이용하면 됨 |
db mysql 사용시 python-mysql 모듈 설치(안할시 wsgi에서 에러 띄움) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
xlrd, django-dbbackup, django_mobile, selenium
sudo pip install django-dbbackup
sudo pip install django_mobile
sudo pip install xlrd
sudo pip install selenium
The text was updated successfully, but these errors were encountered: