An open API service indexing awesome lists of open source software.

https://github.com/preichenberger/freetalks

Freetalks is a video catalog of talks and lectures.
https://github.com/preichenberger/freetalks

Last synced: about 1 month ago
JSON representation

Freetalks is a video catalog of talks and lectures.

Awesome Lists containing this project

README

          

Freetalks
=========

Freetalks is a catalog of free talks and lectures.

### Development

Disable deprecation warnings (add to top of nosetests):

import warnings
warnings.filterwarnings('ignore', category=DeprecationWarning)

Run tests:

alias gaetest="nosetests --with-gae --gae-lib-root=$HOME/.lib/google_appengine/"
gaetest

To setup development data go to the [Development Console][console] and run the following:

from tests.fixtures import dataset
dataset.clear()
dataset.setup()

### Licenses

This work is licensed under the MIT License (see the LICENSE file).

[console]: http://localhost:8080/_ah/admin/interactive