changed the app to work with apache + added base.html, and did needed changes.
{% extends 'base.html' %}
{% block content %}
<form action="" method="post">
{{form.as_p}}
<!--
Terms and Conditions: <br />
<textarea rows=10 cols=50>
Terms and Conditions here.
</textarea><br />
-->
<input type="submit" value="Register" />
</form>
{% endblock %}