Skip to content

Commit

Permalink
docs(example): django-bootstrap-form is no longer used
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Nov 3, 2023
1 parent a11bd00 commit 3a6046d
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions example/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,17 +31,3 @@ Now you need to run the Django development server:

You should then be able to open your browser on http://127.0.0.1:8000 and
see a page with links to sign in or sign up.

Example Bootstrap templates
---------------------------

There are templates in the ``templates/bootstrap/allauth/account/`` that can
be used with Twitter's `Bootstrap <http://twitter.github.com/bootstrap/>`_
library. To use these templates, in addition to the above commands, you
will need to

::

$ pip install django-bootstrap-form

and put ``bootstrapform`` into ``INSTALLED_APPS`` in your ``settings.py`` file.

0 comments on commit 3a6046d

Please sign in to comment.