This file is indexed.

/usr/lib/python2.7/dist-packages/djangocms_admin_style-1.2.2.egg-info/PKG-INFO is in python-djangocms-admin-style 1.2.2+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
Metadata-Version: 1.1
Name: djangocms-admin-style
Version: 1.2.2
Summary: Adds pretty CSS styles for the django CMS admin interface.
Home-page: http://www.django-cms.org/
Author: Ales Kocjancic
Author-email: alesdotio@gmail.com
License: BSD License
Description: ======================
        django CMS Admin Style
        ======================
        
        Adds pretty CSS styles for the django CMS admin interface.
        
        +-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
        | .. image:: https://raw.githubusercontent.com/divio/djangocms-admin-style/master/djangocms_admin_style/static/preview_images/admin-style-1.png | .. image:: https://raw.githubusercontent.com/divio/djangocms-admin-style/master/djangocms_admin_style/static/preview_images/admin-style-2.png |
        +-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
        | .. image:: https://raw.githubusercontent.com/divio/djangocms-admin-style/master/djangocms_admin_style/static/preview_images/admin-style-3.png | .. image:: https://raw.githubusercontent.com/divio/djangocms-admin-style/master/djangocms_admin_style/static/preview_images/admin-style-4.png |
        +-----------------------------------------------------------------------------------------------------------------------------------------------+-----------------------------------------------------------------------------------------------------------------------------------------------+
        
        
        * the shortcuts you see on top of the dashboard are from `django-admin-shortcuts <https://github.com/alesdotio/django-admin-shortcuts/>`_
        
        Installation
        ============
        
        * add ``'djangocms_admin_style'`` to your INSTALLED_APPS just before ``'django.contrib.admin'``
        
        
        Customization
        =============
        
        The django CMS Admin Style overrides django admin's ``base_site.html``, but you can still partially customize this page.
        Look at the source of ``templates/admin/base_site.html`` and override the templates that are included in various blocks.
        For example, you can add your own CSS in ``templates/admin/inc/extrastyle.html``.
        
        
        Compiling CSS
        =============
        
        * Command line
        
        ::
        
            gulp
        
        
        * for compiling the sass file, you need to ``npm install``
        
Platform: OS Independent
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Application Frameworks
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content