معرفی شرکت ها


camerahub-0.9.8


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

App for cataloguing vintage cameras, lenses, films, negatives & prints
ویژگی مقدار
سیستم عامل -
نام فایل camerahub-0.9.8
نام camerahub
نسخه کتابخانه 0.9.8
نگهدارنده []
ایمیل نگهدارنده []
نویسنده Jonathan Gazeley
ایمیل نویسنده camerahub@jonathangazeley.com
آدرس صفحه اصلی https://camerahub.info/
آدرس اینترنتی https://pypi.org/project/camerahub/
مجوز Apache-2.0
# CameraHub CameraHub is a web app for film photography that can be used to track cameras, lenses, accessories, films, negatives and prints, to fully catalogue a collection of photographic equipment as well as the pictures that are made with them. It replaces an earlier command-line project, called [PhotoDB](https://github.com/djjudas21/photodb-perl), which has now been deprecated. ## Installing CameraHub There are several ways of installing CameraHub, depending on your needs: * With Pip * [From source](docs/operations/source.rst) * [With Docker](docs/operations/docker.rst) * [With Kubernetes](docs/operations/kubernetes.rst) ## Configuring CameraHub CameraHub requires almost no additional config to run with default settings. However it is insecure in this configuration so at least `CAMERAHUB_SECRET_KEY` and `CAMERAHUB_PROD` must be set if you are running in production. The following environment variables are supported: ### `CAMERAHUB_ADMIN_EMAIL` Email address for the `admin` account Default: `admin@example.com` ### `CAMERAHUB_ADMIN_PASSWORD` Password for the `admin` account Default: `admin` ### `CAMERAHUB_DB_ENGINE` [Database engine](https://docs.djangoproject.com/en/3.0/ref/settings/#engine) Default: `django.db.backends.sqlite3` ### `CAMERAHUB_DB_HOST` [Database hostname or IP address](https://docs.djangoproject.com/en/3.0/ref/settings/#host) if an engine other than SQLite is configured ### `CAMERAHUB_DB_NAME` [Database schema or path to SQLite db](https://docs.djangoproject.com/en/3.0/ref/settings/#name) `db/db.sqlite3` ### `CAMERAHUB_DB_PASS` [Database password](https://docs.djangoproject.com/en/3.0/ref/settings/#password) if an engine other than SQLite is configured ### `CAMERAHUB_DB_PORT` [Database port](https://docs.djangoproject.com/en/3.0/ref/settings/#port) if an engine other than SQLite is configured ### `CAMERAHUB_DB_USER` [Database username](https://docs.djangoproject.com/en/3.0/ref/settings/#user) if an engine other than SQLite is configured ### `CAMERAHUB_PROD` Enable [Django production mode](https://docs.djangoproject.com/en/3.0/ref/settings/#debug) Default: `false` ### `CAMERAHUB_SECRET_KEY` Random secret value. The default string is for testing only and is insecure in production. Generate a new one [here](https://miniwebtool.com/django-secret-key-generator/) Default: `OverrideMe!` ### `CAMERAHUB_EMAIL_BACKEND` [Email backend](https://docs.djangoproject.com/en/3.1/topics/email/#email-backends) Default: `django.core.mail.backends.filebased.EmailBackend` ### `CAMERAHUB_SENDGRID_KEY` API key for Sendgrid email backend ### `CAMERAHUB_EMAIL_USE_TLS`' Enable TLS for SMTP ### `CAMERAHUB_EMAIL_USE_SSL`' Enable TLS for SMTP ### `CAMERAHUB_EMAIL_HOST` SMTP server hostname ### `CAMERAHUB_EMAIL_HOST_USER` SMTP server username ### `CAMERAHUB_EMAIL_HOST_PASSWORD` SMTP server password ### `CAMERAHUB_EMAIL_PORT` SMTP server port number ### `CAMERAHUB_FROM_EMAIL` [From email address](https://docs.djangoproject.com/en/3.0/ref/settings/#default-from-email) Default: `noreply@camerahub.info` ### `CAMERAHUB_DOMAIN` [Site domain](https://docs.djangoproject.com/en/3.0/ref/settings/#allowed-hosts) Default: `camerahub.info` ### `CAMERAHUB_STATUS_URL` URL for a status page ## Fixtures Base data is supplied as fixtures and must be manually imported after installation. These are **not** idempotent so should only be run once. This data includes things like EXIF exposure programs, film formats, etc that are required to make CameraHub useful. ```sh poetry run python manage.py loaddata --app schema Condition ExposureProgram Format Manufacturer Filmstock MeteringMode MeteringType Mount NegativeSize Process ShutterSpeed ``` There is also some test data like cameras and negatives which shouldn't be imported into a production deployment. ## See also * [Changelog](https://github.com/camerahub/camerahub/releases) * [Docs](docs/index.rst)


نیازمندی

مقدار نام
>=3,<4 Django
- pytz
>=3,<4 django-money
>=1.7,<2.0 django-choices
>=0.5,<0.6 django-currentuser
>=2,<3 uWSGI
>=2.4,<3.0 django-tables2
>=1.14,<2.0 django-crispy-forms
>=0,<1 django-autosequence
- django-sendgrid-v5
>=3.0,<4.0 django-registration
>=1,<2 django-fullurl
- django-filter
>=1.6.5,<2.0.0 awesome-slugify
>=1.6,<2.0 django-watson
>=2,<3 django-taggit
>=3,<4 django-simple-history
>=2,<3 django-versatileimagefield
>=1.23,<2.0 numpy
>=2,<3 django-social-share
>=7,<8 django-countries
>=1,<2 django3-collectionfield
>=3.9,<4.0 django-autocomplete-light
>=4,<5 django-bootstrap-datepicker-plus
>=0.3.11,<0.4.0 django-geoposition-2
>=0.28,<0.29 django-leaflet
>=3.14,<4.0 djangorestframework
>=3,<4 django-dbbackup
>=0.9,<0.10 django-star-ratings
>=0.5,<0.6 drf-generators
>=6,<7 pyyaml
>=4,<5 uritemplate
>=0.2,<0.3 drf-multiple-serializer
>=3.17,<4.0 django-health-check
>=1.2,<2.0 django-settings-export
>=2.5,<3.0 platformdirs
>=0.7,<0.8 django-colorfield
>=2.2,<3.0 django-prometheus
>=2,<3 psycopg2


زبان مورد نیاز

مقدار نام
>=3.9,<4.0 Python


نحوه نصب


نصب پکیج whl camerahub-0.9.8:

    pip install camerahub-0.9.8.whl


نصب پکیج tar.gz camerahub-0.9.8:

    pip install camerahub-0.9.8.tar.gz