Metadata-Version: 1.1
Name: daycare
Version: 0.1
Summary: A django app that tracks 404s, manages redirects and integrates with django-cms
Home-page: https://bitbucket.org/grucha/daycare
Author: Sylwester Gruszka
Author-email: gruszex@gmail.com
License: MIT
Description: Description
        ===========
        
        Daycare is a Django app that is keeping an eye on your site: 
        
        - tracks 404 hits 
        - lets you make redirects based on recorded 404 URLs 
        
        It also can integrate with django-cms: 
        
        - tracks URL changes for Pages 
        - automatically adds (inactive) redirect when a Page changed it's url 
        
        It also integrates nicely with django-admin.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Framework :: Django
