Skip to main content

Aplicación Django cliente para conectar con repositorios de fotografías de personas relacionadas a la unach.

Project description

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

Aplicación Django cliente para conectar con repositorios de fotografías de personas relacionadas a la unach.

Documentation

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

Quickstart

Install unach_photo:

pip install unach-photo

Add it to your INSTALLED_APPS:

INSTALLED_APPS = (
    ...
    'unach_photo.apps.UnachPhotoConfig',
    ...
)

Add unach_photo’s URL patterns:

from unach_photo import urls as unach_photo_urls


urlpatterns = [
    ...
    url(r'^', include(unach_photo_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-15)

  • 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 Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

unach_photo-0.2.0-py2.py3-none-any.whl (8.8 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