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.
- Host: GitHub
- URL: https://github.com/preichenberger/freetalks
- Owner: preichenberger
- License: mit
- Created: 2010-11-04T07:22:03.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-30T04:24:57.000Z (over 15 years ago)
- Last Synced: 2025-03-05T07:19:09.723Z (over 1 year ago)
- Language: Python
- Homepage: http://www.freetalks.org/
- Size: 195 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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