From a873c3aa736e5eeab7d8103f62df0e0f66baf900 Mon Sep 17 00:00:00 2001 From: Petar Radosevic Date: Mon, 22 Jul 2013 10:28:46 +0200 Subject: [PATCH] Remove demo website from docs. --- README.mkd | 6 +----- demo/README.md | 7 ++----- docs/index.rst | 2 +- 3 files changed, 4 insertions(+), 11 deletions(-) diff --git a/README.mkd b/README.mkd index 88c2f21d..b275ef93 100644 --- a/README.mkd +++ b/README.mkd @@ -11,8 +11,4 @@ Complete documentation about the [installation](http://docs.django-userena.org/en/latest/installation.html), [settings](http://docs.django-userena.org/en/latest/settings.html) and [F.A.Q.](http://docs.django-userena.org/en/latest/faq.html) is available on -[Read the Docs](http://docs.django-userena.org/en/latest/index.html). - -## [Demo](http://django-userena.org/) - -Want to test userena first, you can do just that at [django-userena.org](http://django-userena.org/). +[Read the Docs](http://docs.django-userena.org/en/latest/index.html). \ No newline at end of file diff --git a/demo/README.md b/demo/README.md index 128b0953..901127e8 100644 --- a/demo/README.md +++ b/demo/README.md @@ -1,7 +1,4 @@ # Userena Demo -These are the files for the Userena demo running on -http://www.django-userena.org. - -Thanks go out to [dotcloud](https://www.dotcloud.com/index.html) for supplying -us with free hosting. +You can use this project to see how to setup Django userena for your own +project. diff --git a/docs/index.rst b/docs/index.rst index a8997ab1..ed665aa6 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -6,7 +6,7 @@ Userena Introduction ==================== -This documentation covers 1.0 release of django-userena application. A Django +This documentation covers 1.2.1 release of django-userena application. A Django application that takes care of your account needs. Why userena?