Skip to content
/ talks Public
forked from fsouza/talks

A simple way to manage talks, built using Flask, tested using Nose, Lettuce and Selenium, running on Google App Engine :)

Notifications You must be signed in to change notification settings

algby/talks

 
 

Repository files navigation

Talks

A system to registry talks presented by me. It can be used by anyone who has a OpenID, through the Google App Engine users API.

Hacking

To start hacking the system, you will need:

  • mocker:

    $ [sudo] pip install mocker

  • nose:

    $ [sudo] pip install nose

  • selenium:

    $ svn checkout http://selenium.googlecode.com/svn/trunk/ selenium

    $ cd selenium

    $ [sudo] python setup.py install

  • lettuce:

    $ [sudo] pip install lettuce

About

A simple way to manage talks, built using Flask, tested using Nose, Lettuce and Selenium, running on Google App Engine :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 94.7%
  • C 4.6%
  • Other 0.7%