{% extends 'base.html' %} {% block title %}It works!{% endblock %} {% block content %}
Your Django-nonrel installation is working fine. Now go and build something useful with it. :)
Also, make sure you follow the Django-nonrel & webdev blog, so you don't miss any new features and improvements.
If you're new to Django you should take a look at the Django documentation and the Django book. You'll also find djangosnippets very useful.
If you search for reusable apps that work with Django-nonrel here's a list to get you started:
Finally, take a look at the apps listed on Django Packages. Many simple Django apps (e.g., django-registration) should work unmodified. If you want to use django-debug-toolbar you need to disable the SQLDebugPanel in your settings.
{% endblock %}