Metadata-Version: 1.0
Name: django-garcimore
Version: 1.0
Summary: A magic trick to make Django disappear
Home-page: http://github.com/gawel/django-garcimore
Author: Gael Pasgrimaud
Author-email: gael@gawel.org
License: MIT
Description: `Garcimore`_ is a famous french magician.
        Have a look at this video of his best `magic trick`_
        
        django-garcimore allow you to make django diseapear::
        
        >>> import django
        >>> import garcimore
        >>> import django # doctests: +ELLIPSIS
        Traceback (most recent call last):
        ...
        ImportError: No module named django
        
        Hich hich hich !
        
        django-garcimore can be usefull if you plan to use Django on GAE or if you dont want to use Django.
        
        .. _magic trick: http://www.ina.fr/video/I04344727/fou-rire-de-denise-fabre-en-presence-de-garcimore.fr.html
        .. _garcimore: http://fr.wikipedia.org/wiki/Garcimore
        
Keywords: django garcimore magic
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 5 - Production/Stable
