A simple multilingual poll app.
Project description
A reusable Django app to host multilingual polls on your site.
Installation
If you want to install the latest stable release from PyPi:
$ pip install django-enquiry
If you feel adventurous and want to install the latest commit from GitHub:
$ pip install -e git://github.com/bitmazk/django-enquiry.git#egg=enquiry
Add enquiry to your INSTALLED_APPS:
INSTALLED_APPS = ( ..., 'enquiry', )
Run the South migrations:
./manage.py migrate enquiry
URLs or Apphook
You can just add the enquiry urls to your urls.py or choose the apphook in your django-cms page.
Contribute
If you want to contribute to this project, please perform the following steps:
# Fork this repository # Clone your fork $ mkvirtualenv -p python2.7 django-enquiry $ pip install -r requirements.txt $ ./logger/tests/runtests.sh # You should get no failing tests $ git co -b feature_branch master # Implement your feature and tests # Describe your change in the CHANGELOG.txt $ git add . && git commit $ git push origin feature_branch # Send us a pull request for your feature branch
Whenever you run the tests a coverage output will be generated in tests/coverage/index.html. When adding new features, please make sure that you keep the coverage at 100%.
Roadmap
Check the issue tracker on github for milestones and features to come.
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file django-enquiry-0.7.2.tar.gz
.
File metadata
- Download URL: django-enquiry-0.7.2.tar.gz
- Upload date:
- Size: 15.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2040949079d130eb02a1545f9b97b1a2fa2b0b9a9020ab6066e0fbb752e3783c |
|
MD5 | cf1b7e7788d9c7a064b3184c8b10dd4b |
|
BLAKE2b-256 | 26375472e3f8cfe26aa869482c5798a3f49073e16fa37e041b31c67e663f5552 |