{% extends "redsolutioncms/base.html" %} {% load i18n %} {% block breadcrumbs %} {% endblock %} {% block content %}

{% trans 'Everything ready for start now' %}

{% trans "Now project is ready. You're welcome to check it out" %}

{% trans 'Admin your site' %} {% trans 'View content' %}

{% trans 'After all, you can run development version of your site manually' %}

{% trans "To do this, run in console" %}

{{ django }} runserver 8001

{% trans 'Then your project will be available at: ' %}http://127.0.0.1:8001

{% trans 'Your admin will be available at: ' %}http://127.0.0.1:8001/admin/

{% endblock %}