Project Information
Links
|
JaikuEngineJaikuEngine is a social microblogging platform that runs on AppEngine. JaikuEngine powers Jaiku.com. For the mobile client source, see: Jaiku Mobile client Dependencies
Quickstart
Getting RunningJaiku uses the Django framework as well as most of its development process, so most actions go through manage.py. To run the development server: python manage.py runserver But most of the time you'll be wanting to load some basic test data, this can be done with the testserver command (and specifying the data to load): python manage.py testserver common/fixtures/*.json Both of these will start a server running at http://localhost:8000. Contributing to the projectWe would be happy to consider any additions or bugfixes that you would like to add to the helper. Please add them as a patch, in unified diff format to the Issue Tracker. Before we can accept your code you will need to have signed the Google Contributor License. You can find this at: http://code.google.com/legal/individual-cla-v1.0.html or http://code.google.com/legal/corporate-cla-v1.0.html If you are an Individual contributor you will be able to electronically sign and submit the form at the URL above. Please ensure that you use the same email address to submit your patch as you used to sign the CLA. Reporting Bugs and Requesting FeaturesIf you find a bug or would like to request a feature you may do so at the Google Code issue tracker for this project: |