{% extends 'site/base.html' %} {% block base_sidebar %}
Read project documentation
Make donations to help our team grow up faster.
{% endblock %} {% block base_content %}

Wow! All work

You run new project based on GAE framework. Congratulations!

Just start

You project consist of two directories: apps - for applications, and gae - with framework.

In apps we have all our applications. First of all - we need work with site application - this is start point of our site.

Open file app.yaml and set your application ID, Register new application ID on appspot.com.

Change site settings in apps/site/config.yaml. In section urls you can activate any application. Add url rule to enable application. Read more

You can use applications from apps directory, or make new application. Read more

Good luck!

{% endblock %}