Skip to content

lethain/django-springsteen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-springsteen

Normal Installation

  1. Fetch repository from GitHub.

    git clone git://github.com/lethain/django-springsteen.git
    
  2. Add to Python path.

     cd git/django-springsteen/
     ln -s `pwd`/springsteen /Library/Python/2.5/site-packages/springsteen
    
  3. Go to example_project directory.

    cd example_project
    
  4. Create a boss_settings.py file which contains the variables specified in Configuration Settings section.

  5. Run development server.

    python manage.py runserver
    

Google App Engine Installation

  1. Fetch repository from GitHub.

    git clone git://github.com/lethain/django-springsteen.git
    
  2. Run the pack_for_gae.sh script.

    chmod +x ./scripts/pack_for_gae.sh
    ./scripts/pack_for_gae
    
  3. Move into the gae directory.

    cd gae
    
  4. Open up app.yaml and replace djangosearch in the first line with the name of your application.

  5. Create a boss_settings.py file which contains the variables specified in Configuration Settings section.

  6. Run the GAE Development Server.

    cd gae
    dev_appserver.py ./
    

Configuration Settings

  • BOSS_APP_ID is your BOSS App ID assigned by Yahoo!
  • SPRINGSTEEN_LOG_QUERIES specifies whether or not to log queries.
  • SPRINGSTEEN_LOG_DIR is the directory to create the queries.log file that contains logged queries.

About

A Django app for querying Yahoo! BOSS and aggregating service results.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published