Ticket #20893: save.diff
File save.diff, 509 bytes (added by , 11 years ago) |
---|
-
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:: 194 194 url='http://www.example.com/', 195 195 author='Your Name', 196 196 author_email='yourname@example.com', 197 zip_safe=False, 197 198 classifiers=[ 198 199 'Environment :: Web Environment', 199 200 'Framework :: Django',