Metadata-Version: 2.1
Name: aa-theme-console
Version: 1.0.0
Summary: Console like for Alliance Auth
Home-page: https://github.com/ppfeufer/aa-theme-console
Author: Rounon Dax
Author-email: info@terra-nanotech.de
License: GPLv3
Description: # Alliance Auth Theme: Console
        
        The perfect theme for all old school console nerds out there :-)
        
        ![AA Theme: Console](https://raw.githubusercontent.com/ppfeufer/aa-theme-console/master/aa_theme_console/images/aa-theme-console.jpg)
        
        ## Installation
        
        ```shell
        pip install aa-theme-console
        ```
        
        Now open your `local.py` and add the following right below your `INSTALLED_APPS`:
        ```python
        # Console Thame - https://github.com/ppfeufer/aa-theme-console
        INSTALLED_APPS.insert(0, "aa_theme_console")
        ```
        
        **Important**
        
        If you are using `AA-GDPR`, the template stuff needs to be **after** the `AA_GDPR`
        entry, like this:
        
        ```python
        # GDPR Compliance
        INSTALLED_APPS.insert(0, "aagdpr")
        AVOID_CDN = True
        
        
        # Console Thame - https://github.com/ppfeufer/aa-theme-console
        INSTALLED_APPS.insert(0, "aa_theme_console")
        ```
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Framework :: Django :: 3.1
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Requires-Python: ~=3.6
Description-Content-Type: text/markdown
