Skip to content

kRutkowski0/django-text_office

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Text Office

Django Text Office is a simple app to send and manage your text messages in Django.

This is a clone project of Django Post Office but instead of sending e-mails it sends text messages. Primary focus is on Short Messaging System (SMS)

Dependencies

Installation

  • Install from PyPI (or you manually download from PyPI):

    pip install django-post_office
  • Add post_office to your INSTALLED_APPS in django's settings.py:
INSTALLED_APPS = (
    # other apps
    "post_office",
)
  • Run migrate:

    python manage.py migrate
  • Set post_office.EmailBackend as your EMAIL_BACKEND in django's settings.py:

    EMAIL_BACKEND = 'post_office.EmailBackend'

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages