Add Redis configuration, integrate Celery, and sort fields in models
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
All checks were successful
Deploy to Server / deploy (push) Successful in 49s
This commit is contained in:
parent
ef2010464c
commit
d99579ed2b
15 changed files with 451 additions and 253 deletions
|
|
@ -119,7 +119,6 @@
|
|||
type="application/atom+xml"
|
||||
title="All Kick organizations (Discord)"
|
||||
href="{% url 'kick:organization_feed_discord' %}" />
|
||||
{# Allow child templates to inject page-specific alternates into the head #}
|
||||
{% block extra_head %}
|
||||
{% endblock extra_head %}
|
||||
<style>
|
||||
|
|
@ -194,62 +193,6 @@
|
|||
margin-right: 4px;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.highlight {
|
||||
background: #0d1117;
|
||||
color: #E6EDF3;
|
||||
}
|
||||
|
||||
.highlight .p {
|
||||
color: #E6EDF3;
|
||||
}
|
||||
|
||||
.highlight .nt {
|
||||
color: #7EE787;
|
||||
}
|
||||
|
||||
.highlight .s2,
|
||||
.highlight .mi {
|
||||
color: #A5D6FF;
|
||||
}
|
||||
|
||||
.highlight .kc {
|
||||
color: #79C0FF;
|
||||
}
|
||||
|
||||
.highlight .w {
|
||||
color: #6E7681;
|
||||
}
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: light) {
|
||||
.highlight {
|
||||
background: #f6f8fa;
|
||||
color: #24292e;
|
||||
}
|
||||
|
||||
.highlight .p {
|
||||
color: #24292e;
|
||||
}
|
||||
|
||||
.highlight .nt {
|
||||
color: #005cc5;
|
||||
}
|
||||
|
||||
.highlight .s2,
|
||||
.highlight .mi {
|
||||
color: #032f62;
|
||||
}
|
||||
|
||||
.highlight .kc {
|
||||
color: #d73a49;
|
||||
}
|
||||
|
||||
.highlight .w {
|
||||
color: #6a737d;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue