Welcome
Here you'll find our components, code snippets and sample sites written on Django web framework (Python). We are distributing all the components under LGPLv3 license, unless otherwise specified in the readme-file.
General
- Why are we relying on Django?
- Django project skeleton
- Repository rules?
- Code guideline?
- Deployment cgi-scripts for Linux/Unix? with project in SVN and MySQL database
Components
- Multilingual middleware - with language auto-select by browser request-headers, cookies for storing selected language.
- FCK connector - integrate WYIWYG HTML editor into you admin panel, with file upload and browse.
- Dynamic JS tree navigation? - for admin panel and front-page as well
- Events query system?
- Captcha - bots protection field for site forms
- Contact form - simple contact form, sends message to admin
- Common context - site settings in admin panel for domain, that could be used in templates
- Contentareas - static chunks of webpage that need to be edited with admin panel (copyrights, counters, static blocks, etc)
- Flatpages with some mods - general flatpages with minor extensions
- Image widget for admin panel? - uploaded image preview in admin panel widgets
- Google search - Google-powered site search integration
- Banner Binder - system, that manages banner places by binding them to URLs
- Wishlist? - public user-feedback list with voting
- Generic - .... set of reusable functions
- Accounts - accounts based on 4 external applications
- ImrpovedImageWithThumbnailsField - improved image field based on sorl.thumbnail with 'preview image' and 'delete image' checkbox functionality
- ImrpovedFileField - improved file field with 'delete file' checkbox functionality
- CustomAdmin - custom groups and models order in django admin panel
- Sitemap with file cache - enables file caching for django sitemaps. Usefull when dynamic sitemap generation is too slow.
Sample projects
- Postgres.org.ua - a place for publishing tips & tricks around PostgreSQL Database
Even more django components
general repositories
- http://code.djangoproject.com/wiki/DjangoResources
- http://djangoplugables.com/
- http://www.djangosnippets.org/
our friends
- http://byteflow.su/ - the blog engine and Django-aware blog of one of the authors on http://piranha.org.ua/ (Russian) by Alexander Solovyov
special components
Some external components, that we are using often:
- django-tagging - tags for any type of content
- sorl.thumbnail - crop&resize and cache images easily on templates level
Help us improve
We are offering all this stuff for free. Help us move forward - leave tickets about bugs, improvement requests, or suggest patches for components.
So far we are in read-only mode, but this is just done against spam bots. If you have own django-projects to share - join us! You could contact us directly through contact form on our home site.

