Skip to content

Commit

Permalink
Migrate to ctlsettings
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolas committed Oct 25, 2023
1 parent 5fad646 commit 084223d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 28 deletions.
7 changes: 2 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,15 +52,12 @@ boto3>=1.12.0,<1.29.0
python-dateutil==2.8.2

python-cas==1.6.0
git+https://github.com/django-cas-ng/django-cas-ng.git
django-cas-ng==5.0.1
django-indexer==0.3.0
django-templatetag-sugar==1.0
django-paging==0.2.5
django-annoying==0.10.6
django-appconf==1.0.5
rcssmin==1.1.0 # django-compressor
rjsmin==1.2.0 # django-compressor
django-compressor>=3.1,<5.0
django-statsd-mozilla==0.4.0
raven==6.10.0
sentry-sdk==1.32.0
Expand All @@ -77,7 +74,7 @@ gunicorn==21.2.0
django-storages==1.13.2
djangorestframework==3.14.0

ccnmtlsettings==1.9.5
ctlsettings==0.2.0

django-reversion==5.0.1
text_unidecode==1.3
Expand Down
19 changes: 0 additions & 19 deletions writlarge/s3utils.py

This file was deleted.

6 changes: 2 additions & 4 deletions writlarge/templates/base.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{% load compress bootstrap4 %}
{% load bootstrap4 %}
<!DOCTYPE html>
<html lang="en">
<head>
Expand All @@ -22,9 +22,7 @@
<!-- Backup Google font, Questrial -->
<link href="https://fonts.googleapis.com/css?family=Didact+Gothic" rel="stylesheet">

{% compress css %}
<link href="{{STATIC_URL}}css/main.css" rel="stylesheet">
{% endcompress %}
<link href="{{STATIC_URL}}css/main.css" rel="stylesheet">

{% block css %}
{% endblock %}
Expand Down

0 comments on commit 084223d

Please sign in to comment.