Metadata-Version: 1.2
Name: votebase
Version: 0.3.2
Summary: Voting/survey platform
Home-page: https://bitbucket.org/pragmaticmates/votebase/
Author: Pragmatic Mates
Author-email: info@pragmaticmates.com
Maintainer: Pragmatic Mates
Maintainer-email: info@pragmaticmates.com
License: BSD License
Description: pip install https://github.com/dcramer/pyflakes/tarball/master
        pyflakes -x W src
        
        wkhtmltopdf
        '''''''''''
        
        wkhtmltopdf (http://code.google.com/p/wkhtmltopdf/wiki/compilation)
        pip install django-wkhtmltopdf
        sudo aptitude install openssl build-essential xorg libssl-dev libxrender-dev
        
        wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-amd64.tar.bz2
        tar -xvf wkhtmltopdf-0.9.9-static-amd64.tar.bz2
        ln -s wkhtmltopdf-amd64 wkhtmltopdf
        
        alebo
        wget http://wkhtmltopdf.googlecode.com/files/wkhtmltopdf-0.9.9-static-i386.tar.bz2
        tar -xvf wkhtmltopdf-0.9.9-static-i386.tar.bz2
        ln -s wkhtmltopdf-i386 wkhtmltopdf
        
        GeoIP
        '''''
        brew install geoip
        
        
        modeltranslation
        ''''''''''''''''
        sync_translation_fields
        update_translation_fields
        
        http://django-modeltranslation.readthedocs.io/en/latest/registration.html#committing-fields-to-database
Keywords: django voting survey
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: BSD License
Classifier: Development Status :: 3 - Alpha
