diff --git a/README.md b/README.md index 8f444900..124fd554 100644 --- a/README.md +++ b/README.md @@ -8,12 +8,12 @@ account management. It's a fully customizable application that takes care of the signup, activation, messaging and more. It's BSD licensed, which means you can use it commercially for free! -## [Documentation](http://docs.django-userena.org/en/latest/index.html) +## [Documentation](https://django-userena.readthedocs.io/en/latest/index.html) 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). +[installation](https://django-userena.readthedocs.io/en/latest/installation.html), +[settings](https://django-userena.readthedocs.io/en/latest/settings.html) and +[F.A.Q.](https://django-userena.readthedocs.io/en/latest/faq.html) is available on +[Read the Docs](https://django-userena.readthedocs.io/en/latest/index.html). For list of updates and changes see `UPDATES.md` file. diff --git a/demo/demo/templates/static/promo.html b/demo/demo/templates/static/promo.html index a73f2547..e36104fb 100644 --- a/demo/demo/templates/static/promo.html +++ b/demo/demo/templates/static/promo.html @@ -70,7 +70,7 @@

Used in production

Download
  • Read docs

    - Documentation + Documentation
  • Try it out!

    Try it out! diff --git a/docs/faq.rst b/docs/faq.rst index cefff585..ba73968f 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -15,7 +15,7 @@ I get a "``Site matching query does not exist.``" exception ----------------------------------------------------------- This means that your settings.SITE_ID value is incorrect. See the instructions -on SITE_ID in the [Installation section](http://docs.django-userena.org/en/latest/installation.html). +on SITE_ID in the [Installation section](https://django-userena.readthedocs.io/en/latest/installation.html). is already registered exception @@ -29,12 +29,12 @@ follows: # Unregister userena's admin.site.unregister(YOUR_PROFILE_MODEL) - + # Register your own admin class and attach it to the model admin.site.register(YOUR_PROFILE_MODEL, YOUR_PROFILE_ADMIN) Can I still add users manually? -------------------------------- +------------------------------- Yes, but Userena requires there to be a `UserenaSignup` object for every registered user. If it's not there, you could receive the following error: