Home > freetalks

freetalks

Freetalks is a project mainly written in PYTHON and JAVASCRIPT, based on the MIT license.

Freetalks is a video catalog of talks and lectures.

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 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).