From 1331c1dfb4d3fd9acab74a0cf10ca4d7e9132637 Mon Sep 17 00:00:00 2001 From: Vladimir Gorej Date: Mon, 28 May 2012 13:33:55 +0200 Subject: Fix in readme file --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 02a0720..b30122b 100644 --- a/README.rst +++ b/README.rst @@ -21,6 +21,8 @@ Install via pypi or copy this module into your project or into your PYTHONPATH. **Put brevisurl into INSTALLED_APPS in your projects settings.py file** +:: + INSTALLED_APPS = ( 'localeurl', 'django.contrib.auth', @@ -37,6 +39,7 @@ Install via pypi or copy this module into your project or into your PYTHONPATH. ) + **Run syncdb command to create database tables from brevisurl models** :: -- cgit v1.2.3