Code Monkey home page Code Monkey logo

flakydate's Introduction

FlakyDate is a Django webapp that enables users to adjust the "Upload Date" of photos or sets of photos
in Flickr. Because a user's Photostream is presented in order of upload, this allows a user to organize
their Photostream in the way they see fit. For example, if the beautiful panorama landscape you spent
hours processing, stitching, and HDRing gets drowned out by the "Uncle Billy's Drunken Birthday Fiesta"
set and this makes you sad, use FlakyDate to set Uncle Billy a couple years outside of your Photostream's
page 1.

1. Create a Python environment for this app and Django. If you have virtualenv, just run the following
	in this directory:
virtualenv --no-site-packages --distribute env
(The env directory is ignored in this git repo)

2. Install the Python dependencies into this environment. This project's dependencies are 
	listed in requirements.txt. If your environment is a virtualenv, make sure you've
	activated the virtual environment before installing the dependencies. If you have pip,
	the dependencies are easily installed:
source env/bin/activate #if using a virtualenv
pip install -r requirements.txt
	
3. Create a local_settings.py module and fill in the FLICKR_API_KEY and FLICKR_API_SECRET settings as
well as a CACHE if you don't wish to use the default local memcached setting.

4. Connect up to a web container like Apache httpd and you're set. 

flakydate's People

Contributors

justintarthur avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.