88 projects tagged "Django"
firewall_e is a small Web application which allows administrators to create lists of servers, users, and ports and assign them to each other. This allows an administrator to login, create users, and assign ports on servers for them to access. Users can login and their remote IP address will be stored. From this address, they'll then be able to access whatever services the administrator provided them.
Virtual Planner is a Web-based project management application which sits on top of multiple Trac projects, providing a unified view of them all. It allows for weekly assignment of work, estimated versus actual job times, a drag and drop Web-based UI, and direct linking to your Trac projects.
PyAMF provides Action Message Format (AMF) support for Python that is compatible with the Adobe Flash Player. It includes integration with Python Web frameworks like Django, Pylons, Twisted, SQLAlchemy, and more. The Adobe Integrated Runtime and Adobe Flash Player use AMF to communicate between an application and a remote server. AMF encodes remote procedure calls (RPC) into a compact binary representation that can be transferred over HTTP/HTTPS or the RTMP/RTMPS protocol. Objects and data values are serialized into this binary format, which increases performance, allowing applications to load data up to 10 times faster than with text-based formats such as XML or SOAP.
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.
Nevede is a Web application to schedule events easily. When you start planning an event with Nevede, each participant can to go to the event's Web page to express availability. The event's page will then show the time slots that are compatible with the schedules of all the participants. Events can be made public or private. Comments can be posted in meeting pages.