Aplicación Django cliente para conectar con repositorios de fotografías de personas relacionadas a la unach.
Project description
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
Release history Release notifications | RSS feed
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
File details
Details for the file unach_photo-0.2.0-py2.py3-none-any.whl
.
File metadata
- Download URL: unach_photo-0.2.0-py2.py3-none-any.whl
- Upload date:
- Size: 8.8 kB
- Tags: Python 2, Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0b26ed1281d924ca243bb8301e8d874a77f5516e9c16528a5f689b46716d9b6b |
|
MD5 | d52ffcde2e1162544125943848a5aa09 |
|
BLAKE2b-256 | 0686c5f05fff45362ec950b54e314987b1568ebef94e9635a0db85a232486437 |