{% extends 'site/base.html' %} {% block base_sidebar %}
You run new project based on GAE framework. Congratulations!
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 %}