Skip to content

Commit

Permalink
Doc - Precision on package installation
Browse files Browse the repository at this point in the history
We need to add bootstrapform in the INSTALLED_APP.
  • Loading branch information
Pierre-Sassoulas committed Aug 8, 2018
1 parent 71f226b commit 89086a4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 10 deletions.
1 change: 1 addition & 0 deletions example_project/example_project/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'bootstrapform',
'survey',
]

Expand Down
3 changes: 2 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,11 @@ Add `django-survey-and-report` to your requirements and get it with pip.
echo 'django-survey-and-report' > requirements.txt
pip install -r requirements.txt

Add `survey` in the `INSTALLED_APPS` in your settings :
Add `bootstrapform` and `survey` in the `INSTALLED_APPS` in your settings :

INSTALLED_APPS = [
...
'bootstrapform',
'survey'
]

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ def add_package(package_list, package):

setup(
name="django-survey-and-report",
version="1.2.0",
version="1.2.1",
description="A django survey app, based on and compatible with "
"'django-survey'",
long_description="A django survey app, based on and compatible with \"django-survey\"."
Expand Down
8 changes: 0 additions & 8 deletions survey/tests/testdump.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,6 @@
"expire_date": "2017-05-09T04:56:10.535Z"
}
},
{
"model": "sites.site",
"pk": 1,
"fields": {
"domain": "example.com",
"name": "example.com"
}
},
{
"model": "survey.survey",
"pk": 1,
Expand Down

0 comments on commit 89086a4

Please sign in to comment.