added missing examples docs, fixed pip

This commit is contained in:
Bernardo Pires 2013-10-24 09:05:27 +02:00
parent 44724fd71d
commit 65571f2123
3 changed files with 7 additions and 1 deletions

View File

@ -6,3 +6,4 @@ include *.txt
include version.py
include VERSION
recursive-include docs *
recursive-include examples *

6
docs/examples.rst Normal file
View File

@ -0,0 +1,6 @@
===========================
Examples
===========================
Tenant Tutorial
-----------------
This app comes with an interactive tutorial to teach you how to use it and to demonstrate its capabilities. This example project is available under `examples/tenant_tutorial <https://github.com/bcarneiro/django-tenant-schemas/blob/master/examples/tenant_tutorial>`. You will only need to edit the `settings.py` file to configure the `DATABASES` variable and then you're ready to run `./manage.py runserver`. All other steps will be explained live.

View File

@ -22,7 +22,6 @@ setup(
'tenant_schemas.templatetags',
'tenant_schemas.test',
'tenant_schemas.tests',
'examples',
],
scripts=[],
url='https://github.com/bcarneiro/django-tenant-schemas',