My favorites | Sign in
Google
Projects on Google Code Results 1 - 10 of 2065
This is a ready solution for a simple gallery field. Just add it to your model and you have a full blown ajax image upload, drag and drop reordering and relation management. *The project is in very early stage - SEE LIMITATIONS below*. =Screenshot= Yay, everybody wants to see the thing first, r...
=django-dependency= Manage external dependencies hosted through any version control system. ==Installation== # Download the app add it to your Python path: {{{ hg clone https://django-dependency.googlecode.com/hg/ django-dependency cd django-dependency python setup.py install }}} # ...
A simple CMS in Django with some very simple concepts: 1. Templates go to the database, and have a hierarchy. 1. Stylesheets (css files) go to the database too. 1. We define and use custom template tags to put content in our pages. 1. Uses the admin site to enter and edit content. Requi...
http://www.ixxy.co.uk/media/images/linkcheck.jpg A fairly flexible app that will analyze and report on links in any model that you register with it. Links can be bare (urls or image and file fields) or embedded in HTML (linkcheck handles the parsing). It's fairly easy to override methods of the L...
=== A Django authentication module for moinmoin. === Integrate a Moinmoin wiki into a Django website, complete with single sign on and everything! The module links into Django's session and authentication systems to automatically authenticate using Django's session cookie. Tested with dja...
===Проект печати дипломов и приложений=== [http://diplomprint.googlecode.com/svn/trunk/documentation/schem.png Схема бизнес-процессов (.png)] ===Используемые инструменты:=== * Интерпретатор Python 2.6.1 * Библиотека для СУБД PostgreSQL psycopg2-2.0.8 (psycopg2-2.0.8.win32-py2.6-pg8....
Django-jqchat is a chat client for Django. [http://arbee-design.co.uk/jqchat/room/1/ Try out the demo]. http://arbee-design.co.uk/static/photologue/photos/cache/jqchat_screenshot_google_code_shot.png = Features = * Uses the [http://jquery.com/ jQuery] library (so for example fits in nicel...
http://fido2.appspot.com Игра представляет собой римейк популярной в далекие времена игры "ФИДО" от Юрия Нестеренко (http://yun.complife.ru/). Платформа: Python 2.5, Django 0.96 и Google App Engine. Проект собран в Eclipse. =Игровой день= Игровой день длится с 8:00 до 23:00 1 игровой час...
*Update* <4/1/09> django-schedule has moved. Go to github. <4/1/09> django-schedule will be moving to GitHub soon. <3/30/09> There will be a freeze on trunk until db-occurrences are merged in. <the past>Legacy code has been removed from EventManager. If you find you are having bugs that...
==djwheel.app.decorators== render_to(template) decorator this code {{{ def my_view(request): if some_condition(): return render_to_response('some_template.html', {'var': var}, context_instance=RequestContext(request)) else: return HttpResponseRedirect('...
1 2 3 4 5 6 7 8 9 10 Next