A Full featured forum, easy to integrate and use.
Project description
django-simple-forum:
Introduction:
django simple forum is a discussion board where people with similar interests can create and discuss various topics. You can also mention any particpant those are involved in the repsective topic in the comment. You can also receive email notifications when there is an update in the topic, when you follow the topic.
Source Code is available in Micropyramid Repository.
Modules used:
Python >= 2.6 (or Python 3.4)
Django = 1.9.6
JQuery >= 1.7
Microurl >=3.6.1
Boto == 2.40.0
Sendgrid == 2.2.1
django-ses-gateway
Installation Procedure
Install django-simple-forum using the following command:
pip install django-simple-forum (or) git clone git://github.com/micropyramid/django-simple-forum.git cd django-simple-forum python setup.py install
Add app name in settings.py:
INSTALLED_APPS = [ '..................', 'compressor', 'django_simple_forum', '..................' ]
After installing/cloning, add the following details in settings file to send emails notifications:
# AWS details AWS_ACCESS_KEY_ID = "Your AWS Access Key" AWS_SECRET_ACCESS_KEY = "Your AWS Secret Key" or SG_USER = "Your Sendgrid Username" SG_PWD = "Your Sendgrid Password"
Use virtualenv to install requirements:
pip install -r requirements.txt
You can view the complete documentation here. Documentation
We are always looking to help you customize the whole or part of the code as you like.
Visit our Django Page Here
We welcome your feedback and support, raise github ticket if you want to report a bug. Need new features? Contact us here
or
mailto:: “hello@micropyramid.com”
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
Built Distribution
File details
Details for the file django-simple-forum-0.0.7.tar.gz
.
File metadata
- Download URL: django-simple-forum-0.0.7.tar.gz
- Upload date:
- Size: 71.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 9d87488a10c91e478b4028ab6b49e21c2205b1db47a7ec04835c2b338e13860d |
|
MD5 | cf13d5ba4ce09122da919b59b73f19cb |
|
BLAKE2b-256 | 67d93eb888d91a2890f3f4a68ce199b43adfab96c972ecd648cc763ecc19e6b4 |
Provenance
File details
Details for the file django_simple_forum-0.0.7-py3-none-any.whl
.
File metadata
- Download URL: django_simple_forum-0.0.7-py3-none-any.whl
- Upload date:
- Size: 105.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6a6adc82c6a615c21784f9be0101aaf3ea52b9141ef547270739f7b60e25d5dc |
|
MD5 | f12c3dddbb7e8948d9df87f942131609 |
|
BLAKE2b-256 | f1769ac66e398306ec28027797bf8756cf811aa75ed2b8d64b107a374c7ba649 |