Skip to content

Commit

Permalink
More changes in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lusob committed Jul 20, 2011
1 parent e91abfd commit ce4d5c4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,16 @@ Configuration

The django-ide has two settings that can be set in `settings.py`:

#. Add `djide` to your INSTALLED_APPS in your ``settings.py`` project
#. Add `djide` to your INSTALLED_APPS in your ``settings.py`` project:
INSTALLED_APPS = (
...

'djide',
)
#. Include djide urls in your ``urls.py`` project
#. Include djide urls in your ``urls.py`` project:
urlpatterns = patterns(
...

(r'^djide/', include('djide.urls')),
)
RUN
Expand Down

0 comments on commit ce4d5c4

Please sign in to comment.