Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 495 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 495 Bytes

Django BulkSMS sending.

Installation.

The package is available on the python package manager. Install by using pip:

   pip install django-bulksms

Passing django settings variable.

To run the anything related to django, simply run the command below, passing the settings flag.

    django-admin check --settings=bulksms.settings_test

Running test.

To run the tests, run the command below:

    py.test --ds=bulksms.settings_test