A simple Django app to conduct Web-based referral.
Project description
Add “message” to your INSTALLED_APPS setting like this:
INSTALLED_APPS = ( ... 'bee_django_object_field.apps.BeeDjangoObjectFieldConfig', )
Include the crm URLconf in your project urls.py like this:
from django.conf.urls import include, url ... url(r'^bee_django_object_field/', include('bee_django_object_field.urls')),
Run python manage.py makemigrations,`python manage.py migrate` to create the bee_django_object_field 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/bee_django_object_field/ to participate in the message.
6. Use from bee_django_object_field.custom_fields import DictField,ListField dict_field = DictField() list_field = ListField()
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
File details
Details for the file bee_django_object_field-0.0.1.tar.gz
.
File metadata
- Download URL: bee_django_object_field-0.0.1.tar.gz
- Upload date:
- Size: 4.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c5012fe11dcf272ea545cedc5c7bbb750a46916d7aff72c9b8e5d6146b6eb7c |
|
MD5 | 6aa483b4e838f7152ea9eeed1b060e2e |
|
BLAKE2b-256 | 2c59262328c35d94792a9afe70c4a1b2d8fd45f3c638ee78ccf753040c793545 |