I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
# Views | |
class UserProfileViewSet(BaseModelViewSet): | |
"""View set for the UserProfile.""" | |
ENABLE_LIST = True | |
ENABLE_RETRIEVE = True | |
ENABLE_PARTIAL_UPDATE = True | |
ENABLE_PAGINATION = True | |
LIST_CACHE_KEY = "users:user-profiles-list" |
I use Namecheap.com as a registrar, and they resale SSL Certs from a number of other companies, including Comodo.
These are the steps I went through to set up an SSL cert.
#!/bin/bash | |
# | |
# DESCRIPTION: | |
# | |
# Set the bash prompt according to: | |
# * the active virtualenv | |
# * the branch/status of the current git repository | |
# * the return value of the previous command | |
# * the fact you just came from Windows and are used to having newlines in | |
# your prompts. |