Web User Interface [Django]

This is the source code for alfanous.org, it is a django app that use Alfanous API.

how to contribute on it?
contact mailing list alfanous [at] googlegroups [dot] [com]

Highlights

screen shots and features , used technologies

  • Django
  • JSON
  • XHTML, CSS2 + Some CSS3 for web font
  • JS, jQuery
  • Hash
  • OpenSearch
  • OpenGraph

Test

  1. Install the requirements: Django, Alfanous API .

  2. Use the manage.py script to synchronize the database and run the local server:

    $ python manage.py syncdb
    $ python manage.py runserver