Wiki

Clone wiki

picha / Home

Picha ( Picture List from Flicker Public API)

Welcome to your picha project, This project is using django, celery and radis for the task management.

This project list the public pictures from flicker using flicker api.

Installation

  • install requirements for this project using pip command
     pip install -r requirements.txt
    

Run

to run the project

python manage.py runserver

* run celery worker for background process
 celery -A picha worker -l info

* run celery beat for Periodic Tasks
celery -A picha beat -l info
#!python

def wiki_rocks(text):
    formatter = lambda t: "funky"+t
    return formatter(text)

Another Branch( swampdragon )

  • This branch auto update the browser content while api save new images on database.
  • Using swampdragon

Need to run

python manage.py runserver
python server.py

#celery process
celery -A picha beat -l info
celery -A picha worker -l info

credit :

Have fun!

Updated