Skip to content

Commit

Permalink
Fix references to example application (#648)
Browse files Browse the repository at this point in the history
  • Loading branch information
dyve committed Jun 28, 2023
1 parent 371ca13 commit dd38866
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ INSTALLED_APPS = (
</form>
```

## Demo
## Example

A demo app is provided in `demo`. You can run it from your virtualenv with `python manage.py runserver`.
An example application app is provided in `example`. You can run it with `make example`.

## Bugs and suggestions

Expand Down
7 changes: 3 additions & 4 deletions docs/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,9 @@ Settings
You can set defaults for ``django-bootstrap4`` in your settings file. Refer to :doc:`settings` for more information.


Demo application
----------------
Example application
-------------------

The demo application provides a number of useful examples.
The example application provides a number of useful examples.

https://github.com/zostera/django-bootstrap4/tree/main/example

0 comments on commit dd38866

Please sign in to comment.