{% extends "redsolutioncms/base.html" %} {% load i18n %} {% block breadcrumbs %}
{% endblock %} {% block content %}{% 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 %}