Metadata-Version: 2.1
Name: django-surface-theme
Version: 0.0.5
Summary: Open-source Surface template with improved functionality
Home-page: https://github.com/surface-security/django-surface-theme
Author: PPB - InfoSec Engineering
Author-email: surface@paddypowerbetfair.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Framework :: Django
Classifier: License :: OSI Approved :: MIT License
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Environment :: Web Environment
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: User Interfaces
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE

# django-surface-theme

Surface theme is built on top of [Django Dashboard Atlantis Dark](https://appseed.us/admin-dashboards/django-dashboard-atlantis-dark).

## ToDo

`testapp` is a demo app of the theme to cover all customizations and test them. TODO [visual testing](https://github.com/python-needle/needle)?

Package currently needs serious review:

* TESTS!
* every admin template should be reviewed against its core theme peer
* bower takes care of atlantis SCSS but what is minifying/managing javascript files? min versions are out of sync...
* login, logout, ... should replace `admin` templates, instead of requiring adding paths to urls.py - subclass AuthenticationForm instead of custom form as well
* ...


