103 projects tagged "Django"
Ductus is a wiki system designed to handle arbitrarily-structured content and a variety of workflows. With Ductus, programmers can easily define classes of structured content, providing rich mechanisms for user interaction. For instance, the Wikiotics project uses Ductus to allow people to collaborate on "language lessons," which can later be used as quizzes or flashcards. Such modes of interaction are not possible with most wikis, which are designed primarily to handle freely-structured text.
CCI:U Open Course Labs is a Django-based Web application that interfaces cloud-computing infrastructure such as Amazon EC2 and NexR iCube Cloud. More backends may be added. It provides the access to cloud infrastructure in the form of "course labs" where course staff in an academy can manage the allocated computing resources and assignments easily. Course labs can also be used as course homepages.
django-eve-proxy is a Django app that allows you to host an EVE API proxy that is open to Web requests or internal requests programatically. It honors EVE API cache expiration intervals and updates as needed (which means you don't have to worry about stuff like cachedUntil). You may also quickly and easily create a traditional EVE API proxy by downloading the proxy example, in addition to simply using the proxy capability from within your Django site.
Rakontu is a Web application that small groups of people can use together to share and work with their stories. It's for any group of people with stories to share and a reason to share them. Members build shared "story museums" that they can draw upon to achieve common goals like promoting a cause, learning from each other, and finding solutions to problems. It is based on ten years of research and practice in the field of organizational and community narrative and is a companion to the free e-book workingwithstories.org, which helps people use narrative techniques to help their communities and organizations. It uses questions, annotations, and links to organize and connect stories in more meaningful and useful ways than is possible in other social media applications. Other features such as safe storytelling via fictional attribution, the bridging of online and offline worlds, and fluid contribution roles are designed for the unique situation of people sharing stories for a reason.
Banjo is a blogging application with bells and whistles, written using the Django framework. It supports caching and skinning. It is suitable for any blog, but is most appropriate for integration into an existing Django application, such as a Satchmo store or a forum. It supports multiple blogs from one installation, each with their own skin. The blogs can be served from unique domain names, from subdirectories, or from subdomains with equal ease, without special configuration. Trackback and Pingback are supported and you can use standard blogging tools such as Ecto, Mars Edit, or ScribeFire to post to the blog.
FeinCMS is an extremely stupid content management system. It knows nothing about content - just enough to create an admin interface for your own page content types. It lets you reorder page content blocks using a drag-drop interface, and you can add as many content blocks to a region (e.g. the sidebar, the main content region, or something else). It provides helper functions, which provide ordered lists of page content blocks. Adding your own content types is extremely easy.