A simple Django app to conduct Web-based referral.
Project description
Add “message” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'bee_django_wiki.apps.BeeDjangoMessageConfig', )
Include the crm URLconf in your project urls.py like this:
from django.conf.urls import include, url ... url(r'^wiki/', include('bee_django_wiki.urls')),
3.settings.py like this:
WIKI_TOPIC_UPLOAD_MAXSIZE = 2 #option
Run python manage.py makemigrations,`python manage.py migrate` to create the crm models.
Start the development server and visit http://127.0.0.1:8000/admin/ to create a message (you’ll need the Admin app enabled).
Visit http://127.0.0.1:8000/wiki/ to participate in the message.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
bee-django-wiki-0.0.3.tar.gz
(440.5 kB
view details)
File details
Details for the file bee-django-wiki-0.0.3.tar.gz
.
File metadata
- Download URL: bee-django-wiki-0.0.3.tar.gz
- Upload date:
- Size: 440.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8095f95d7038ad8cbd6b90b1c3f5c586be73e4e09631285f4f23a269d501d397 |
|
MD5 | d92dea13992e79f45718081dde20150c |
|
BLAKE2b-256 | 657ed7ea957dba6ba23f3d054bd3547715e115c27f75da5b36a94b9b563fa02e |