/django-apache2-wsgi-2/idreammicro/helloworld/static/helloworld/screen.css |
---|
1,4 → 1,3 |
p |
{ |
p { |
color: red; |
} |
/django-apache2-wsgi-2/idreammicro/helloworld/templates/helloworld/index.html |
---|
1,9 → 1,9 |
{% extends "helloworld/base.html" %} |
{% block title %}Hello world!{% endblock %} |
{% block title %}Hello world - Index{% endblock %} |
{% block content %} |
<p> |
Hello world! |
Hello world! |
</p> |
{% endblock %} |