Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moshthepitt/picha
Simple Django App That Gets Photos from Flickr Public Feeds
https://github.com/moshthepitt/picha
Last synced: 13 days ago
JSON representation
Simple Django App That Gets Photos from Flickr Public Feeds
- Host: GitHub
- URL: https://github.com/moshthepitt/picha
- Owner: moshthepitt
- License: mit
- Created: 2015-05-06T11:08:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-05-28T10:33:49.000Z (over 9 years ago)
- Last Synced: 2024-04-16T02:16:02.061Z (10 months ago)
- Language: Python
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Picha
This is a simple Django project meant to demonstrate the use of Celery with Django.It is made up of two simple apps:
1. Photos - includes a periodic Celery task that gets photos from Flickr using their API
2. Feedback - includes a simple task to process a user submitted form## How to get it running
1. Clone the repository into some directory
2. Install the Python packages in requirements.txt
3. Run DjangoCode to achieve the above (may be different depending on your local set up):
$ git clone https://github.com/moshthepitt/Picha.git picha
$ cd picha
$ mkvirtualenv picha
$ pip install -r requirements.txt
$ python manage.py runserver