django-gears is a Django app for compiling and concatenating JavaScript and CSS assets. It is inspired by Ruby's...

read more
Gears

Gears 0.5.1

Gears is a Django app for compiling and concatenating JavaScript and CSS assets. It is inspired by Ruby's...

read more
Django Gears

Django Gears 0.7.1

Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.Gears is a Python tool for merging and compressing client-side assets like CSS and JavaScript.This projects merges the two, providing a module for...

Snake

Snake 0.2

Snake is yet another Make-like utility, written in Python and inspired by Rake.Usage ExampleIn a directory with snakefile.py containing such code:from snake.api import *@taskdef hello(): print("Hello World!")task('default', deps=hello)one could...

django-payonline is a Django app for integration with PayOnline System.InstallationInstall django-payonline with pip:pip install django-payonlineConfiguration Add payonline app to INSTALLED_APPS: INSTALLED_APPS =...

read more

Django's form wizard allows you to have only one form or one formset (since 1.4) per step. Using the django-formsetfield app you can have more forms per step. Using this app you can have more formsets per step.Or maybe you will find other use cases...

read more
gears-less

gears-less 0.3.1

gears-less already includes the LESS source code for you, so you don't need to worry about installing it yourself.InstallationInstall gears-less with pip: pip install gears-lessUsageAdd gears_less.LESSCompiler to environment's compilers registry:from...