django-flashcard 0.1.1
A flashcard application to practice virtual two-sided cards
What is the motivation behind the project?
To provide a tool to quickly review new/old vocabulary, definitions and other stuff which can be resumed in under 200 words.
Installation
Usually:
$ python setup.py install
should do it. If you don't have root access, then issue the following command:
$ python setup.py install --user
Builing it out
This project is developed with the help of buildout [1], vim, and a lot of love.
Generally, to replicate my working environment, issue the following commands:
$ python bootstrap.py && ./bin/buildout
This may take some time, but believe me it's worth it. :-)
Contribute
You have a great idea, like to report/squash a bug, or write some code? Your my man.
Check out the GitHub project page: https://github.com/km0r3/django-flashcard
Coding guidelines
Trying to follow PEP8, and the KISS and DRY principle.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| django-flashcard-0.1.1.tar.gz (md5) | Source | 2010-11-13 | 6KB | 348 | |
- Author: Kenny Meyer
- Home Page: http://github.com/km0r3/django-flashcard
- Keywords: django flashcard practice
- License: BSD
-
Categories
- Development Status :: 4 - Beta
- Environment :: Web Environment
- Framework :: Django
- Intended Audience :: Developers
- Intended Audience :: Education
- License :: OSI Approved :: GNU General Public License (GPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python :: 2
- Topic :: Education
- Topic :: Software Development :: Libraries :: Python Modules
- Package Index Owner: km0r3
- DOAP record: django-flashcard-0.1.1.xml
