File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1- include LICENSE
1+ include LICENSE.txt
22include README.rst
33recursive-include contact_widget/templates *
Original file line number Diff line number Diff line change @@ -25,6 +25,12 @@ Django Contact Widget is available directly from `PyPI`_:
2525***). ** And don't forget to add ``contact_widget `` to your ``INSTALLED_APPS ``.
2626
2727
28+ Requirement
29+ ----------------------
30+
31+ * ``Django>=1.10.1 ``
32+
33+
2834Database Migration
2935----------------------
3036
@@ -34,12 +40,6 @@ Database Migration
3440 $ ./manage.py migrate contact_widget
3541
3642
37- Requirement
38- ----------------------
39-
40- * ``Django>=1.10.1 ``
41-
42-
4343Setting Configuration
4444----------------------
4545
@@ -75,7 +75,7 @@ You can include it wherever you like in your site's URL configuration; for examp
7575Usage
7676----------------------
7777
78- Include the tempalte from ``contact_widget/contact.html `` to your sidebar for example.
78+ Include the template from ``contact_widget/contact.html `` to your sidebar for example.
7979
8080::
8181
Original file line number Diff line number Diff line change 11# -*- coding: utf-8 -*-
22
3- __VERSION__ = '1.0.2 '
3+ __VERSION__ = '1.0.3 '
44__AUTHOR__ = 'Agus Makmun (Summon Agus)'
55__AUTHOR_EMAIL__ = '[email protected] '
You can’t perform that action at this time.
0 commit comments