~panosl/+junk/django-attachments

« back to all changes in this revision

Viewing changes to README.rst

  • Committer: Martin Mahner
  • Date: 2009-06-24 21:04:00 UTC
  • Revision ID: git-v1:af1913a9b5da366cf432b81dc14cea85f13bdcd3
Removed nasty print debug statement from the templatetag. Mentioned that you need to syncdb your database after installation. Bumped up to v0.2.6.

Thank you Graham for the hints.

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
        'django.core.context_processors.request',
25
25
    )
26
26
 
 
27
4. Don't forget to resync your database::
 
28
 
 
29
    ./manage.py syncdb
 
30
 
27
31
This app provides a additional permission ``delete_foreign_attachments``
28
32
which enables that users with it can delete foreign attachments. Normally only
29
33
the user who uploaded the attachment can delete it.