Skip to main content

A simple Django app to conduct Web-based referral.

Project description

  1. Add “message” to your INSTALLED_APPS setting like this:

    INSTALLED_APPS = (
        ...
        'bee_django_wiki.apps.BeeDjangoMessageConfig',
    )
  2. 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
  1. Run python manage.py makemigrations,`python manage.py migrate` to create the crm models.

  2. Start the development server and visit http://127.0.0.1:8000/admin/ to create a message (you’ll need the Admin app enabled).

  3. Visit http://127.0.0.1:8000/wiki/ to participate in the message.

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

bee-django-wiki-0.0.3.tar.gz (440.5 kB view details)

Uploaded Source

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

Hashes for bee-django-wiki-0.0.3.tar.gz
Algorithm Hash digest
SHA256 8095f95d7038ad8cbd6b90b1c3f5c586be73e4e09631285f4f23a269d501d397
MD5 d92dea13992e79f45718081dde20150c
BLAKE2b-256 657ed7ea957dba6ba23f3d054bd3547715e115c27f75da5b36a94b9b563fa02e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page