This guide shows a simple step by step tutorial for deploying django applications.
Tested with django 2.2.5
- A heroku account
| import africastalking | |
| username = "africa username" # use 'sandbox' for development in the test environment | |
| # use your sandbox app API key for development in the test environment | |
| api_key = "africa's talking api key" | |
| africastalking.initialize(username, api_key) | |
| # # Use the service synchronously |
| /* | |
| ##Device = Desktops | |
| ##Screen = 1281px to higher resolution desktops | |
| */ | |
| @media (min-width: 1281px) { | |
| //CSS | |