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 details)

Uploaded Python 2 Python 3

File details

Details for the file unach_photo-0.2.0-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for unach_photo-0.2.0-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 0b26ed1281d924ca243bb8301e8d874a77f5516e9c16528a5f689b46716d9b6b
MD5 d52ffcde2e1162544125943848a5aa09
BLAKE2b-256 0686c5f05fff45362ec950b54e314987b1568ebef94e9635a0db85a232486437

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