Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

bee-django-user

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

bee-django-user

A simple Django app to conduct Web-based message.

  • 0.0.98
  • PyPI
  • Socket score

Maintainers
1

========== user

Quick start

  1. Add "bee_django_user" to your INSTALLED_APPS setting like this::

    INSTALLED_APPS = ( ... 'bee_django_user.apps.BeeDjangoUserConfig', )

  2. Include the crm URLconf in your project urls.py like this::

    from django.conf.urls import include, url ... url(r'^user/', include('bee_django_user.urls')),

3.settings.py like this::

USER_TABLE = None
USER_NAME_FIELD = 'first_name'

3. Run python manage.py makemigrations,python manage.py migrate to create the crm models.

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

  2. Visit http://127.0.0.1:8000/user/ to participate in the user.

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc