A Django app to create gallery of photos.
Project description
Photogallery is Django app to allow users to look through pictures and posts created by admin.
Quick start
Install photogallery:
pip install django-photogallery
Add “photogallery” to INSTALLED_APPS:
INSTALLED_APPS = [ ... 'photogallery', ]Add photogallery URLconf to urls.py:
path('photogallery/', include('photogallery.urls')),Run python manage.py migrate to create models.
Start the server and add post on http://127.0.0.1:8000/admin/ after enabling Admin app.
Visit http://127.0.0.1:8000/photogallery/ to look through all added picture posts.
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 Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file django-photogallery-0.3.0.tar.gz.
File metadata
- Download URL: django-photogallery-0.3.0.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
246e936857678ca65707e21bd71e61eb6ed533a2ef3af75f00b072e6f28856eb
|
|
| MD5 |
14a19bd38c126cf496982b5bf5a7123b
|
|
| BLAKE2b-256 |
f2e38219053b7e8f6a694bd738e85225a925fcca53aef00df83ffbd8b319d17e
|
File details
Details for the file django_photogallery-0.3.0-py3-none-any.whl.
File metadata
- Download URL: django_photogallery-0.3.0-py3-none-any.whl
- Upload date:
- Size: 13.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.24.0 setuptools/50.3.0 requests-toolbelt/0.9.1 tqdm/4.49.0 CPython/3.8.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
96b8fcc582e93777a24bbd3e8d5a51f9ea2e7519dcb48339ed34feaf06aba6a8
|
|
| MD5 |
ad5caceea3e56a07bda1fd866c0376c2
|
|
| BLAKE2b-256 |
92559a732b9a53ccff9dcf77a7dca603b0527eb6a1e66ed254d2b9728075782a
|