Skip to content

Django project with custom user model and private messaging app implemented

Notifications You must be signed in to change notification settings

emojipeach/django_custom_user_messaging

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codacy Badge

A Django app for private messaging between users with a working custom User model implemented

Based on arneb/django-messages

  • Updated to work on Django 2.1.1
  • Message.id field changed to uuid4
  • Removed features I don't need (email and pinax integration)
  • Rewritten URLs to use path() rather than url()
  • Added a custom User model
  • Case insensitive username checking
  • Added an example field to user model (pgp_key) with demo of how it is added to forms and admin
  • User and Messaging apps are working properly in the admin panel

About

Django project with custom user model and private messaging app implemented

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published