{% extends "site_base.html" %} {% load i18n %} {% load waitinglist_tags %} {% block head_title %}{% trans "Welcome" %}{% endblock %} {% block body_class %}home{% endblock %} {% block body %}
{% blocktrans %} Pinax is a Django project intended to provide a starting point for websites. By integrating numerous reusable Django apps to take care of the things that many sites have in common, it lets you focus on what makes your site different. {% endblocktrans %}
{% blocktrans %} For more information about Pinax, see http://pinaxproject.com/. {% endblocktrans %}
{% blocktrans %} This project demonstrates the use of a waiting list and signup codes for sites in private beta. Otherwise it is the same as basic_project. {% endblocktrans %}
We are currently in active development. If you would like to receive a beta code for this please give us your e-mail address below
- or -
You can use a sign-up code to sign-up with the site right now.
{% endblock %}