Add parts application to django and start basic template

This commit is contained in:
2021-07-30 20:52:18 +02:00
parent 7a36403f4c
commit a3f31608a8
62 changed files with 59237 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
{% extends 'base.html' %}
{% block content %}
Hi
{% endblock content %}