Metadata-Version: 1.1
Name: django-eighty-days
Version: 0.2.0
Summary: A django app for around the world in 80 days
Home-page: https://github.com/swfiua/django_eighty_days
Author: Johnny Gill
Author-email: swfiua@gmail.com
License: BSD
Description: =============================
        django-eighty-days
        =============================
        
        .. image:: https://badge.fury.io/py/django_eighty_days.png
            :target: https://badge.fury.io/py/django_eighty_days
        
        .. image:: https://travis-ci.org/swfiua/django_eighty_days.png?branch=master
            :target: https://travis-ci.org/swfiua/django_eighty_days
        
        .. image:: https://coveralls.io/repos/swfiua/django_eighty_days/badge.png?branch=master
            :target: https://coveralls.io/r/swfiua/django_eighty_days?branch=master
        
        A django app for around the world in 80 days
        
        Documentation
        -------------
        
        The full documentation is at https://django_eighty_days.readthedocs.org.
        
        Quickstart
        ----------
        
        Install django-eighty-days::
        
            pip install django_eighty_days
        
        Then use it in a project::
        
            import django_eighty_days
        
        Features
        --------
        
        * TODO
        
        Auto-generating API code
        ------------------------
        
        django_eighty_days/codegen.py is used to auto-generate api.py,
        serializer.py and urls.py.
        
        If new models are added to models.py you just need to re-run::
        
           python django_eighty_days/codgen.py
        
        All goes well it will update the api/serializer and url code with new
        boiler plate for the new models.
        
        
        
        
        
        History
        -------
        
        0.1.0 (2014-11-18)
        ++++++++++++++++++
        
        * First release on PyPI.
        
Keywords: django_eighty_days
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.3
