diff options
| author | Vladimir Gorej | 2012-05-28 13:33:55 +0200 |
|---|---|---|
| committer | Vladimir Gorej | 2012-05-28 13:33:55 +0200 |
| commit | 1331c1dfb4d3fd9acab74a0cf10ca4d7e9132637 (patch) | |
| tree | 54a02c688204964f7d5c8599cc5259b66c18987b /README.rst | |
| parent | 8f8d60f4c538e01d5bc496b0c8327af3dcf28062 (diff) | |
| download | django-brevisurl-1331c1dfb4d3fd9acab74a0cf10ca4d7e9132637.tar.bz2 | |
Fix in readme file
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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** :: |
