Skip to main content

Aplicación web encargada de conectar con los repositorios de fotografías dispersos en la unach y generar servicios web para consultar por las fotografías de usuarios.

Project description

https://badge.fury.io/py/unach-photo-server.svg https://travis-ci.org/javierhuerta/unach-photo-server.svg?branch=master https://codecov.io/gh/javierhuerta/unach-photo-server/branch/master/graph/badge.svg

Aplicación web encargada de conectar con los repositorios de fotografías dispersos en la unach y generar servicios web para consultar por las fotografías de usuarios.

Documentation

The full documentation is at https://unach-photo-server.readthedocs.io.

Quickstart

Install unach_photo_server:

pip install unach-photo-server

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'unach_photo_server.apps.UnachPhotoServerConfig',
    ...
)

Add unach_photo_server’s URL patterns:

from unach_photo_server import urls as unach_photo_server_urls


urlpatterns = [
    ...
    url(r'^', include(unach_photo_server_urls)),
    ...
]

Features

  • TODO

Running Tests

Does the code actually work?

source <YOURVIRTUALENV>/bin/activate
(myenv) $ pip install tox
(myenv) $ tox

Credits

Tools used in rendering this package:

History

0.1.0 (2017-05-12)

  • First release on PyPI.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

unach-photo-server-0.4.3.tar.gz (12.3 kB view details)

Uploaded Source

Built Distribution

unach_photo_server-0.4.3-py2.py3-none-any.whl (16.9 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file unach-photo-server-0.4.3.tar.gz.

File metadata

File hashes

Hashes for unach-photo-server-0.4.3.tar.gz
Algorithm Hash digest
SHA256 a970c12a8953ebbe7c9d69f89a6db7967a97d02490752467d8cc6d3dcec1781f
MD5 684dd552ea5c2bf52460652bf825e696
BLAKE2b-256 52a9c1788ec82ecc3704b919173d75cca5b002d656fd8838ddf440c622a86661

See more details on using hashes here.

File details

Details for the file unach_photo_server-0.4.3-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for unach_photo_server-0.4.3-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 ab2cad4c09e8d72c3e2763c7e82940e08675d2599386933a059ab929af944079
MD5 e7fc40f2fa54b4d48a11e6d93521f93e
BLAKE2b-256 08aa883a89eeb92c9d8cdfd44fbb40d5fe28751427054d8c30e12495c1648056

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page