Back to Django Allauth

Example Projects

docs/installation/examples.rst

65.16.11.2 KB
Original Source

Example Projects

The source code repository contains fully functional example projects to help you get started.

Regular Django Project

The Regular Django project <https://codeberg.org/allauth/django-allauth/src/branch/main/examples/regular-django>_ is a Bootstrap styled example project, which provides an example of how allauth can be styled without altering any of the builtin templates. Please take a look at the templates of the example project <https://codeberg.org/allauth/django-allauth/src/branch/main/examples/regular-django/example/templates>. You can see this project running live over at django.demo.allauth.org <https://django.demo.allauth.org>.

React Single-Page Application

The React example application <https://codeberg.org/allauth/django-allauth/src/branch/main/examples/react-spa>_ demonstrates how the allauth headless API can be put to use in practice. The documentation can be found in the README <https://codeberg.org/allauth/django-allauth/src/branch/main/examples/react-spa/README.org>. Instructions on how to run it locally can be found there as well, though you can also view a copy running over at react.demo.allauth.org <https://react.demo.allauth.org>.