Metadata-Version: 1.1
Name: django-static-fontawesome
Version: 5.0.8.1
Summary: Django application contain font-awesome static files.
Home-page: https://github.com/appstore-zencore/django-static-fontawesome
Author: zencore
Author-email: appstore@zencore.cn
License: MIT
Description-Content-Type: UNKNOWN
Description: django-static-fontawesome
        =========================
        
        
        Django application contain font-awesome static files
        
        
        Install
        -------
        
        ::
        
            pip install django-static-fontawesome
        
        
        Settings
        --------
        
        ::
        
            INSTALLED_APPS = [
                ...
                "django_static_fontawesome",
                ...
            ]
        
        Use static resource
        -------------------
        
        ::
        
            {% load staticfiles %}
        
            {% block style %}
                <link rel="stylesheet" href="{% static "fontawesome/css/fontawesome-all.min.css" %}">
            {% endblock %}
        
Keywords: django-static-fontawesome
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Requires: django
