Last active
September 12, 2015 15:39
-
-
Save wowkin2/c78dba5b9def4eb8a29b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... | |
{% load app_tags %} | |
... | |
<link rel="icon" href="{% static_version 'img/favicon.png' %}" type="image/x-icon"> | |
<link rel="shortcut icon" href="{% static_version 'img/favicon.png' %}" type="image/x-icon"> | |
<link rel="stylesheet" href="{% static_version 'css/main.css' %}" type="text/css" /> | |
<script type='text/javascript' language="javascript" src="{% static_version 'js/main.js' %}"></script> | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
INSTALLED_APPS = ( | |
# ... | |
'<app_name>.app_tags', | |
# ... | |
) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment