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.1.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

unach_photo_server-0.4.1-py2.py3-none-any.whl (16.6 kB view hashes)

Uploaded Python 2 Python 3

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