sqlalchemy-file
SQLAlchemy-file is a SQLAlchemy extension for attaching files to SQLAlchemy model and uploading them to various storage such as Local Storage, Amazon S3, Rackspace CloudFiles, Google Storage and others using Apache Libcloud.
파일 탐색기
최종 버전 다운로드 (.zip)- build-docs.yml
- publish.yml
- test.yml
- dependabot.yml
- exceptions.md
- file.md
- processors.md
- storage-manager.md
- types.md
- validators.md
- extra.css
- quick-start.md
- serving-files.md
- setup-your-storage.md
- using-files-in-models.md
- changelog.md
- index.md
- __init__.py
- configure_storage.py
- define_your_model.py
- save_your_model.py
- __init__.py
- change_default_storage.py
- multiple_storage.py
- s3_container_example.py
- 001_filefield_example.py
- 002_imagefield_example.py
- 003_upload_storage.py
- 004_validators.py
- 005_thumbnail.py
- 006_relationships.py
- 007_multiple_file.py
- 008_file_information.py
- 009_extra_and_headers.py
- __init__.py
- __init__.py
- __init__.py
- example.py
- __init__.py
- app.py
- index.html
- __init__.py
- app.py
- __init__.py
- base.py
- exceptions.py
- file.py
- helpers.py
- mutable_list.py
- processors.py
- py.typed
- storage.py
- stored_file.py
- types.py
- validators.py
- __init__.py
- test_content_type_validator.py
- test_extra_and_headers.py
- test_file.py
- test_image_field.py
- test_image_validator.py
- test_metadata.py
- test_multiple_field.py
- test_multiple_storage.py
- test_mutable_list.py
- test_processor.py
- test_result_value.py
- test_single_field.py
- test_size_validator.py
- test_sqlmodel.py
- test_storage_manager.py
- utils.py
- .gitignore
- .pre-commit-config.yaml
- CHANGELOG.md
- LICENSE
- mkdocs.yml
- pyproject.toml
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/jowilf/sqlalchemy-file
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd sqlalchemy-file
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Python
쉬움 추천사전 준비물
$ pip install sqlalchemy-file
requirements.txt 등에 명시된 파이썬 라이브러리를 설치합니다.
$ poetry add sqlalchemy-file
이 명령어를 터미널에 그대로 입력해 실행하세요.
에러 메시지 없이 실행되고 터미널에 안내 문구가 출력되면 정상입니다.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
