Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added instruction to enable the Bootstrap 3 theme.
  • Loading branch information
riccardo-forina committed Nov 28, 2013
1 parent c2c4a35 commit 2068105
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ A Django admin theme using Twitter Bootstrap. It doesn't need any kind of modifi
2. Add `'django_admin_bootstrapped'` into the `INSTALLED_APPS` list __before__ `'django.contrib.admin'`
3. Have fun!

### Switch to Bootstrap3

Do the previous steps, then add `'django_admin_boostrapped.bootstrap3'` into the `INSTALLED_APPS` list __before__ `'django_admin_boostrapped'`.

This comment has been minimized.

Copy link
@pbulsink

pbulsink Nov 28, 2013

Typo at 'django_admin_boostrapped.bootstrap3' ... missing a t in the first bootstrap?


## Goodies

### Translate/change an application name with a template
Expand Down

1 comment on commit 2068105

@riccardo-forina
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Damn, I've been doing that for the whole day, what's wrong with me?!

Thanks anyway!

Please sign in to comment.