Ticket #20893: save.diff

File save.diff, 509 bytes (added by Ernest Kirstein, 11 years ago)

Full Patch

  • docs/intro/reusable-apps.txt

    diff --git a/docs/intro/reusable-apps.txt b/docs/intro/reusable-apps.txt
    index 7fa1ffc..0526915 100644
    a b Create a file ``django-polls/setup.py`` with the following contents::  
    194194        url='http://www.example.com/',
    195195        author='Your Name',
    196196        author_email='yourname@example.com',
     197        zip_safe=False,
    197198        classifiers=[
    198199            'Environment :: Web Environment',
    199200            'Framework :: Django',
Back to Top