mirror of
https://github.com/fergalmoran/dss.git
synced 2025-12-22 09:38:18 +00:00
500's
This commit is contained in:
@@ -1,6 +1,9 @@
|
|||||||
import logging
|
import logging
|
||||||
from django.shortcuts import render_to_response, redirect
|
from django.shortcuts import render_to_response, redirect
|
||||||
|
from django.template import loader, Context
|
||||||
from django.template.context import RequestContext
|
from django.template.context import RequestContext
|
||||||
|
import sys
|
||||||
|
from django.utils import http
|
||||||
from core.utils.string import lreplace, rreplace
|
from core.utils.string import lreplace, rreplace
|
||||||
from spa.social.views import social_redirect
|
from spa.social.views import social_redirect
|
||||||
|
|
||||||
|
|||||||
@@ -4,6 +4,7 @@
|
|||||||
<meta charset="utf-8">
|
<meta charset="utf-8">
|
||||||
<title>Deep South Sounds</title>
|
<title>Deep South Sounds</title>
|
||||||
{% include 'inc/meta.html' %}
|
{% include 'inc/meta.html' %}
|
||||||
|
{% load require %}
|
||||||
{% load compress %}
|
{% load compress %}
|
||||||
{% compress css %}
|
{% compress css %}
|
||||||
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.css">
|
<link rel="stylesheet" href="{{ STATIC_URL }}css/bootstrap.css">
|
||||||
@@ -43,7 +44,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<script src="/js/settings/"></script>
|
<script src="/js/settings/"></script>
|
||||||
<script data-main="{{ STATIC_URL }}js/app/dss.bootstrapper.js" src="{{ STATIC_URL }}js/libs/require.js"></script>
|
{% require_module 'app/dss.bootstrapper' %}
|
||||||
{% compress js %}
|
{% compress js %}
|
||||||
{% if DEBUG %}
|
{% if DEBUG %}
|
||||||
<script src="{{ STATIC_URL }}js/libs/sm/soundmanager2.js"></script>
|
<script src="{{ STATIC_URL }}js/libs/sm/soundmanager2.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user