Metadata-Version: 1.1
Name: django-profiling
Version: 0.1
Summary: Django Profiling
Home-page: https://github.com/TAMUArch/django-profiling
Author: Texas A&M University, College of Architecture
Author-email: webadmin@arch.tamu.edu
License: UNKNOWN
Description: django-profiling
        ================
        
        Django Profiling Middleware with Admin integration.
        
        Usage
        =====
        
        Install into your Django Python environment using your favorite tool.
        Add `dprofiling` to your list of installed Django applications. Add 
        `dprofiling.middleware.ProfileRequestMiddleware` to the top of you
        middleware list. You can place it lower in the stack of middleware if
        you do not want to profile your middleware in addition to the view.
        
        
        
        Revision History
        ================
        
        0.1a1 (2013/05/??)
        ------------------
        
        * 
        
        
        > Copyright 2013 Texas A&M University
        
        > 
        
        >    Licensed under the Apache License, Version 2.0 (the "License");
        
        >    you may not use this file except in compliance with the License.
        
        >    You may obtain a copy of the License at
        
        > 
        
        >        http://www.apache.org/licenses/LICENSE-2.0
        
        > 
        
        >    Unless required by applicable law or agreed to in writing, software
        
        >    distributed under the License is distributed on an "AS IS" BASIS,
        
        >    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
        
        >    See the License for the specific language governing permissions and
        
        >    limitations under the License.
        
Keywords: django profiling
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
