Metadata-Version: 1.1
Name: emencia-django-bazar
Version: 0.6.0
Summary: A Django app to store basic informations about entities
Home-page: https://github.com/emencia/emencia-django-bazar
Author: David Thenon
Author-email: dthenon@emencia.com
License: MIT
Description: .. _Django: https://www.djangoproject.com/
        .. _South: http://south.readthedocs.org/en/latest/
        .. _rstview: https://github.com/sveetch/rstview
        .. _autobreadcrumbs: https://github.com/sveetch/autobreadcrumbs
        .. _django-braces: https://github.com/brack3t/django-braces/
        .. _django-crispy-forms: https://github.com/maraujop/django-crispy-forms
        .. _Django-CodeMirror: https://github.com/sveetch/djangocodemirror
        .. _RestructuredText: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html
        .. _jQuery-Tags-Input: https://github.com/xoxco/jQuery-Tags-Input
        
        Emencia Django Bazar
        ====================
        
        A Django app to store basic informations about related entities (like customers, suppliers, ourselves, etc..).
        
        .. Warning::
            Since XX version, Django <= 1.8 support has been dropped, South migrations have moved to ``south_migration``, initial Django migration start from last south migration and so if you want to upgrade you will need to fake the initial migration.
        
        Features
        ********
        
        * Note cards for entities: can contains content text or/and a file attachment;
        * Optional markup into note cards content (default is no markup, `RestructuredText`_ is easily available);
        * `Django-CodeMirror`_ usage if markup is used with RestructuredText;
        * Assets management with django-assets;
        * **i18n** usage for the interface;
        * Templates prototyped with Foundation5;
        * Tags for note cards using `jQuery-Tags-Input`_ into form;
        
        Links
        *****
        
        * Download his `PyPi package <https://pypi.python.org/pypi/emencia-django-bazar>`_;
        * Clone it on his `Github repository <https://github.com/sveetch/emencia-django-bazar>`_;
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
