django-admin-interface/admin_interface
Mustafa M. A. U. AbuGhazy b153189e50 Convert Internal CSS to External CSS
- depend on var(--variable-name) instead recall {{ theme.variable-name }}
- move the dynamic variables definition part to be Internal CSS in the base_fite.html
- move the remaining native CSS files to static and use them as External CSS

those changes aims to minimize the template size and preparing time
2022-02-26 11:06:54 +02:00
..
fixtures Fixed migration error. 2021-11-25 11:58:00 +01:00
locale Updated translations. 2022-02-04 22:04:20 +01:00
migrations Reformatted code with Black. 2022-02-08 18:58:59 +01:00
static Convert Internal CSS to External CSS 2022-02-26 11:06:54 +02:00
templates Convert Internal CSS to External CSS 2022-02-26 11:06:54 +02:00
templatetags Sorted imports. [ci skip] 2022-02-24 10:24:28 +01:00
__init__.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
admin.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
apps.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
cache.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
compat.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
models.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
settings.py Reformatted code with Black. 2022-02-08 18:58:59 +01:00
version.py Updated CHANGELOG and version. 2022-02-24 10:24:45 +01:00