TWILLO only allows to send to the members who are registerd on twilio . So first make an account
and get your
Account_SID
Account_Token
and put this details in credentials.py
Non registered members cannot have sms from a free account
Also change the starttime and endtime between which you want to get sms in credentials.py
- Clone the github repo into your system
- Open the terminal and went to that directory
- Install the redis-server by
sudo apt-get install redis-server - Make the redis-server active by
redis-server - Install the dependency by running
pip install -r requirements.txt
- Make the django application live by typing
python manage.py runserverinto the terminal - open the browser and type
localhost:8000/sms_app/ - open two other terminals went into that directory and type these commands respectively
celery -A amnesia worker -l infocelery -A amnesia beat -l info


