Commit 9b3c8a73 authored by Nics De Vega's avatar Nics De Vega

created announcement_boardv2 branch, initialized app templates

parent cd772cb6
**/.env
db.sqlite3
.DS_Store
**/**/__pycache__
\ No newline at end of file
**/**/__pycache__/**
**/**/**/__pycache__/__init__.cpython-39.pyc
{% extends 'base.html' %}
{% load static %}
{% block title %}{% endblock %}
{% block content %}
{% endblock %}
{% extends 'base.html' %}
{% load static %}
{% block title %}{% endblock %}
{% block content %}
{% endblock %}
{% extends 'base.html' %}
{% load static %}
{% block title %}{% endblock %}
{% block content %}
{% endblock %}
{% extends 'base.html' %}
{% load static %}
{% block title %}{% endblock %}
{% block content %}
{% endblock %}
......@@ -118,7 +118,7 @@ TIME_ZONE = 'UTC'
USE_I18N = True
USE_TZ = True
USE_TZ = False
# Static files (CSS, JavaScript, Images)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment