[TASK] Initial commit.

This commit is contained in:
JPT
2014-09-30 18:11:38 +02:00
commit 0da26c151a
38 changed files with 681 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
{% extends "base.html" %}
{% block content %}
<h1>Admin area!</h1>
{% endblock %}