Projects tagged ‘app’ and ‘django’


Jump to tag:

Projects tagged ‘app’ and ‘django’

Filtered by Project Tags app django

Refine results Project Tags python (5) web (4) publishing (3) application (3) image (2) exif (1) photoblog (1) photo (1) tags (1) extensions (1) tools (1) fun (1)

[6 total ]
2

Django Tube

   
Primary Language: Python Licensed as: GNU General Public License 3.0 or later

Django Tube is a pluggable YouTube video management application for Django Web Framework

Metrics updated 01 Oct 08

1

django-app-plugins

 
Primary Language: Python Licensed as: MIT License

Allow 3rd party apps to dynamically insert template inclusions into your apps at pre-defined plugin points. Similar to how Eclipse manages plugins via contributors. You could think of this as the reverse of the {% block %} or {% include %} tags. ... [More] templates/myapp/foo.html: {% load app_plugins %} {% plugin_point "foo" %} templates/otherapp/plugins/foo.html: Anything you want... templates/thirdapp/plugins/foo.html: yet another plugin... foo.html is rendered as: Anything you want... yet another plugin... [Less]

Metrics updated 01 Oct 08

1

Django Fleshin

   
Primary Language: Python Licensed as: GNU General Public License 3.0 or later

Fleshin is a pluggable photo management application for Django Web Framework. The name is a tribute to Senya Fleshin.

Metrics updated 05 Oct 08

1

Django Diário

   
Primary Language: Python Licensed as: GNU General Public License 3.0 or later

Diário (diary in portuguese) is a pluggable weblog application for Django Web Framework.

Metrics updated 05 Oct 08

1

django-simp

 
Primary Language: JavaScript Licensed as: GNU Lesser General Public License 3

django-simp is a simple django based image manipulation programm with a easy to use ajax interface. it's programmed with: * django * dojotoolkit * python-pil it's designed for: * easy inclusion in other applications * a easy to use ui

Metrics updated about 20 hours ago

0

django-comics

 
Licensed as: Artistic License/GPL

Together with django-forumBR, django-comics is part of the Pigmalion Project.It's identification is Green-Pigmalion. Pigmalion ProjectsBlue Pigmalion As all Pigmalion projects, it uses MooTools as javascript framework and BluePrintCSS as css ... [More] framework. Current Version0.45 Used FrameworksCSS Framework : blueprintcss (helps big time! I'm no designer, folks ;) Javascript Framework : MooTools (prettier then jquery) Version 1.0 goals ... Well, let's say you need to create a page to an artist, like a virtual comic book. This app does just that! It makes it easy to create a colection of related comic books. Basically, my inspiration came from the lot of great online comic books out there.From marvelous Grim Tales(and company!) comics, fantastic Flaky Pastry, caustic Sexy Loosers, up to the clever XKCD comics. I hope this is usefull to someone and if suggestions are ALWAYS welcomed! Right now, django-comics is in version 0.3, as it needs improved visual editing, needs beter coding, and solid access restrictions. Therefore, one can still use it for simples projects without problem. Django-comics is now in version 0.45. That means it kind of works, but is still kind of ugly. Let's see the features so far: You can have as many comic books within the app as you want(even one!) You can set access policies as 'who can comment' Mature content filter(naughty things get asks for age) You can define the header image very easely Comics accept commeting(i'll probaly change that to use django commenting contrib..) That's pretty much it! Check django-comics in action within this url : http://www.italomaia.com/comics/ [Less]