|
|
This project provides a helper that eases the process of creating a Django project to run on the Google App Engine.
The helper currently provides:
- The ability to use most manage.py commands
- A BaseModel class that appears the same as the standard Django Model class.
- The ability to serialize and deserialize model instances to JSON, YAML and XML.
- Access to Django's test framework with a test datastore and support for fixtures.
This is an initial release of the helper and we look forward to working with the community to extend the functionality it provides.
For more details and to get started see the README
To Submit Your Patch to the helper
To submit a patch to the helper
- Locate or Create a bug for the issue you wish to patch
- Post the code for the patch in the issue
- If the patch is accepted, we'll mark it as such (set the status as Patch-Accepted)
- When the version of the helper with your accepted patch is released, we'll mark the issue as Fixed-Patch
To Submit a Feature or Issue
To submit a feature:
- Check if the feature already exists in the issue tracker
- If it does, star the issue
- If you have additional clarification, add that to the comments
- If the feature does not exist, file a new feature including a description of the desired functionality
To submit a potential issue:
- Check to see if the issue exists
- If it does, star the issue
- If you have additional information on the issue, add that to the bug
- If the issue does not exist
- File the issue. Please include as much specific detail as possible when reporting the bug. Include any stack trace that you see, and if appropriate screenshots of the observed behavior
