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
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
Built Distribution
File details
Details for the file unach-photo-server-0.4.3.tar.gz
.
File metadata
- Download URL: unach-photo-server-0.4.3.tar.gz
- Upload date:
- Size: 12.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a970c12a8953ebbe7c9d69f89a6db7967a97d02490752467d8cc6d3dcec1781f |
|
MD5 | 684dd552ea5c2bf52460652bf825e696 |
|
BLAKE2b-256 | 52a9c1788ec82ecc3704b919173d75cca5b002d656fd8838ddf440c622a86661 |
File details
Details for the file unach_photo_server-0.4.3-py2.py3-none-any.whl
.
File metadata
- Download URL: unach_photo_server-0.4.3-py2.py3-none-any.whl
- Upload date:
- Size: 16.9 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | ab2cad4c09e8d72c3e2763c7e82940e08675d2599386933a059ab929af944079 |
|
MD5 | e7fc40f2fa54b4d48a11e6d93521f93e |
|
BLAKE2b-256 | 08aa883a89eeb92c9d8cdfd44fbb40d5fe28751427054d8c30e12495c1648056 |